Coding JQuery Plugins: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
(Created page with "TODO: Document JQuery plugin controls, especially those created for the LITTLED shared libraries. A lot of the existing functionality could be refactored to work better this w...")
(No difference)

Revision as of 14:58, 28 February 2012

TODO: Document JQuery plugin controls, especially those created for the LITTLED shared libraries. A lot of the existing functionality could be refactored to work better this way. <syntaxhighlighter lang="javascript"> $.iconButton(icon_type); $.textboxMessage(msg); </syntaxhighlighter>