如何在一个文件中使用多个jQuery插件

时间:2010-09-21 08:16:16

标签: jquery jquery-plugins prototypejs lightbox

我必须在php文件中一起使用jCarousel和Lightbox插件。 jCarousel工作正常,灯箱所有路径都是正确的,但总是说

 $("#gallery a").lightbox is not a function. 

与花式框相同或如何使用jQuery的原型Lightbox2。

我使用以下内容没有冲突

var $jx = jQuery.noConflict();
$jx(function() {
   $jx(".jgallery").jCarouselLite({
         btnNext: ".morePost",
   visible: 8,
   scroll:8   

 });

用于原型。 Prototype Light Box开始工作,但jCarousel在此之后不起作用。

1 个答案:

答案 0 :(得分:0)

您可以将灯箱用作jquery插件或灯箱2作为jquery插件。

随后的亮点包含使其发挥作用所需的步骤。

JQuery Light box:

http://leandrovieira.com/projects/jquery/lightbox/

JQuery Light box2:

http://www.huddletogether.com/projects/lightbox2/