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
<code>
<blockcode>
<css>
<drupal>
<java>
<javascript>
<mysql>
<php>
<ruby>
<foo>
[foo]
More information about formatting options
A shortcut method for this is...
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