私のページには複数のjQueryプラグインがあり、さらに追加するとプラグインが壊れます
これらは使用しているスクリプトです
<script src="scripts/jquery.js"></script>
<script src="scripts/jquery.nav.js"></script>
<script src="scripts/jquery-1.7.2.min.js"></script>
<!--If I remove this ^ script things work but this is required by other plugin-->
<script src="scripts/jquery-ui-1.8.21.custom.min.js"></script>
<script src="scripts/jquery.mousewheel.min.js"></script>
<script src="scripts/jquery.mCustomScrollbar.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
jQueryも使ってみnoconflict
ましたが、うまくいきませんでした