Edgewall Software

Version 2 (modified by techtonik <techtonik@…>, 15 years ago) ( diff )

todo in comments

Trac uses JavaScript code to add dynamics on the browser side to web interface elements:

Trac uses jQuery library to ease development. jQuery uses $ as a name of its function for brevity and this may cause conflicts with other libraries. To avoid this jQuery library is used in non-conflicting state (really?) and code that uses $() function as jQuery definition is wrapped into javascript closures.

Note: See TracWiki for help on using the wiki.