Version 2, last updated by joedeveloper at October 11, 2011 01:12 UTC
JS conventions
Overview
We are currently in a transitional period regarding the libraries and conventions that we want to employ.
Prototype.js is deprecated, it must not be used and efforts should be taken to rewrite prototype.js based application code to jQuery or YUI3 if appropriate.
Prototype.js code is generally identifiable by the presence of "$()" or "$$()", as we generally use jQuery as "jQuery". Please avoid using jQuery as "$" even in local scope, instead use jQ as a shortform.
Follow Js Code Style and ensure that functions are documented.
If possible, review How we should organize and manage our JS code.