[Plugin: W3 Total Cache] JQuery conflicts when added to minify
-
Are there any recommendations about how to handle the jquery library? I actually added jquery (the WP bundled version) to the minify list as before </head> and blocking, and it seems to work in firefox and IE, but doesn’t work in Chrome. Actually what happened for me was, I was using the jquery slider, and about 10-20% of the time on a page load the slider wouldn’t appear. I turned on the javascript console in Chrome and noticed that jQuery is not recognized, almost as if there’s a contention loading problem between the code that uses jQuery and jQuery itself.
My slider enable code is surrounded by a jQuery(document).ready(function()) statement, so it shouldn’t be loading before jquery finishes loading. However, that doesn’t seem to be the case 10-20% of the time.
For now, I’m removing jquery out of the minify settings, but wanted to see if anyone can make any recommendations.
Thanks,
Dustin
- The topic ‘[Plugin: W3 Total Cache] JQuery conflicts when added to minify’ is closed to new replies.