I prefer typing one character instead of two. The naming collision
with the $ can easily be resolved by doing this:

var jq = jQuery.noConflict();

Now you can standardize on jq if that is something you need.

All plugins _should_ work with this since plugins are standardized to
use jQuery instead of the $ alias.

--
Brandon Aaron

On 2/13/07, howard chen <[EMAIL PROTECTED]> wrote:
> or jq('#...
>
> this completely solved the problem of collision...
>
> howard
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to