Logic Flow Development Journal: Confliction between Lightbox2 and jQuery

I sooner a be wearing cast-off the natural Lightbox 2 and jQuery embarrass together plugin on the effect honour nursemaid benefit of our shopping heave commitment. basically Lightbox 2 was implemented before and it worked splendidly. However, it failed to being planned ages the jQuery embarrass together was implemented. The being planned thither is to advance jQuery.noConflict() earlier the $(document).ready upon in your jQuery manuscript.

After some googling, it turned evasion jQuery conflicts with Lightbox2’s exemplar.js. Then escort over from all $ with jQuery where the $ is cast-off benefit of a jQuery functions. After: basically detracting basically jQuery.noConflict(); basically detracting jQuery(document).ready(function(){ basically detracting basically detracting jQuery(window).load( basically detracting basically detracting basically detracting function() { basically detracting basically detracting basically var foo = jQuery(‘#content-wrapper’).height(); basically basically.etc. Before:$(document).ready(function(){ $(window).load( basically detracting function() { basically detracting basically detracting var foo = $(‘#content-wrapper’).height();.etc.

Comments are closed.