...for want of a better word.
In order to avoid clashes with Prototype JS library I often preface my
jQuery scripts with this:
Code:
var $j = jQuery.noConflict();
$j(document).ready(function(){......
but I think it is probably also good practice to "undo" the no-conflict mode
in case there are other jQuery plugins in scripts that rely on the typical $ namespace.
How can I "undo" and return jQuery to its default status??
__________________
RATE-MY-WEBSITE.com "Free website reviews by real web professionals" Please login or register to view this content. Registration is FREE
|