Bumpboxx 2.0和jquery库冲突?

时间:2012-06-29 19:31:16

标签: jquery mootools

我刚安装了bumpbox 2.0,发现与jquery.min.js(v.1.7.2)存在冲突 如果我正在运行jquery库,当我移除它工作的库时,Bumpbox将不会弹出。

我已经尝试过以前版本的jquery.min.js,问题仍然存在。

问题是我需要jquery库,那么解决方法是什么?

*我正在使用bumpbox,因为它似乎有更好的swf功能,这就是我需要的所有

感谢您的帮助。

1 个答案:

答案 0 :(得分:0)

我有同样的问题,这对我有帮助。

    $.noConflict();
    jQuery(document).ready(function($) {
    $(".hit").click(function() {
     $('##header').html('<img src="/english/images/myheader.jpg" width="760" height="97" />');
    });
});
doBump('.bx2',850, 400, '000', '000000', 0.7, 7, 2 ,'333', 15,'000', 2, Fx.Transitions.Back.easeOut, Fx.Transitions.linear);