Lightbox/其他JavaScript库冲突

Lightbox/其他JavaScript库冲突,javascript,jquery,jquery-plugins,Javascript,Jquery,Jquery Plugins,我正在开发的网站的标题中有以下代码,但它们似乎相互冲突 <link href="tq.css" rel="stylesheet" type="text/css" media="screen" /> <script src="framework/mootools.js" type="text/javascript"></script> <script src="slideshow/js/slideshow.js" type="text/javascript

我正在开发的网站的标题中有以下代码,但它们似乎相互冲突

<link href="tq.css" rel="stylesheet" type="text/css" media="screen" />
<script src="framework/mootools.js" type="text/javascript"></script>
<script src="slideshow/js/slideshow.js" type="text/javascript"></script>
<script src="slideshow/js/slideshow.kenburns.js" type="text/javascript"></script>
<link href="slideshow/css/slideshow.css" rel="stylesheet" type="text/css" />
<script src="js/prototype.js" type="text/javascript"></script>
<script src="js/scriptaculous.js?load=effects" type="text/javascript"></script>
<script src="js/lightbox.js" type="text/javascript"></script>

每当我在灯箱工作时添加下面的行时,Sideshow就会停止工作。我怎样才能修好它

<script src="js/prototype.js" type="text/javascript"></script>
<script src="js/scriptaculous.js?load=effects" type="text/javascript"></script>
<script src="js/lightbox.js" type="text/javascript"></script>


使用jQuery
noConflict
。有关哪些插件的信息,请访问:

lightbox是jQuery插件吗?您是否也有jQuery?noConflict方法帮助如果它解决了您的问题,请将答案标记为正确,并帮助社区:)