On 06/10/06, Laurent Yaish <[EMAIL PROTECTED]> wrote:
> What I'm trying to say is that using the $ alias by default is fine.
> And just having to change the '$ = jQuery' line to use another alias
> is okay with me, except that the $ alias was being used in the jQuery
> code itself, so I had to search and replace it everywhere. The jQuery
> code (and plugins) should not be using the alias. If you want to use a
> shorter alias internally maybe you could use something more unique
> like $jq.

I think 'jQuery(...)' should still be used internally and by plugin
authors for the foreseeable future. If file size is an issue, the code
could always be compressed/packed.

I would say keep $ as the alias. If there are conflicts, you could
always set up an alias for your own site. i.e.
$jq = jQuery

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

Reply via email to