2010/4/10 Marc Delisle marc@infomarc.info:
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.
I believe $() is better - there is no point in using two libraries, so there is no risk of name conflicts. Also, it is easy to check that jQuery is used.