Hi Marc,
to use jQuery() instead of $() may be ok, but you must know, that in jQuery UI and other plug-ins for jQuery there is always used the $(). My personal opinion is to use the $(), cause it's the jQuery default. Perhaps it would help to leave comment before function / jQuery call?
Which other libraries are still used, which are using the $()? I think, other libraries should be ported to jQuery.
Michael.
Am 10.04.2010 13:01, schrieb Marc Delisle:
Hi,
I think we should standardize on one or the other syntax.
I like the simplicity of using $() but it would be clearer to always use jQuery(), as many other libraries are using the dollar sign and someone looking at a fragment of our code needs to know immediately which lib is used.