2013-07-31 120 views
0

我正在使用jqgrid和lightbox插件。jQuery-lightbox插件與jqgrid的衝突

<%-- These are the javascripts conflicts each other --%> 
    <script type="text/javascript" src="LightBox/JS/prototype.js"></script> 
    <script src="js/jquery-1.5.1.js" type="text/javascript"></script> 

當我互相替換這些文件,然後jqgrid工作正常,但燈箱不工作,反之亦然。 請在這方面幫助我。

回答

0

最後我找到了解決辦法通過探索: 當兩個庫衝突官方的解決辦法是通過調用來解決衝突:

var k = jQuery.noConflict(); 
    // Code 

你可以找到從波紋管連接的解決方案: prototype confilct with jquery