Reply to comment

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

Reply

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
4 + 13 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.