Visitor commented on Aug 24 2009 - 3:42pm #1 I ran across this a few weeks ago for shortening the jQuery() call: var $j = jQuery.noConflict(); $j("#mydiv").hide(); You get the idea.. -KeithP
I ran across this a few weeks ago for shortening the jQuery() call:
var $j = jQuery.noConflict();
$j("#mydiv").hide();
You get the idea..
-KeithP