Showing 1 – 2 of 2 replies
netvillage2

I would like to use the jquery […]

netvillage2 PURCHASED
9 years ago
I would like to use the jquery noConflict option with this template. I.E.
var j$ = jQuery.noConflict();
Will that mess anything up? Any suggestions on how best to implement?
stepofweb
stepofweb SELLER
9 years ago
Hello,

Using noConflict will reset the jQuery alias "$" so there might be a problem with the plugins.
Of course, you can rename $ on all Javascript files and should be fine.
netvillage2
netvillage2 PURCHASED
9 years ago
FYI, noConflict appears to work ok