Confllict Jquery With Tinymce?

I’m just a Yii beginner, and trying to integrate TinyMCE with My bootstrap Yii project. For bootstrap, it needs jquery to work fine:

views/layouts/main.php:


...<script src=...ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>...

But TinyMCE just shows a blank editor, and if I remove upper line, TinyMCE works again( but it will be a trouble for Bootstrap). Anyone can help me solve this confliction? Thank in advance :mellow: .