JQuery Plugins: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
(Created page with "<syntaxhighlight lang="javascript"> $.serializeObject(src, exclude); </syntaxhighlight> <syntaxhighlight lang="javascript"> $.iconButton(icon_type); </syntaxhighlight> <synt...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Project Documentation]] [[Category:CMS Documentation]] [[Category:JQuery/AJAX]] [[Category:Web Development]]
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
$.serializeObject(src, exclude);
$.serializeObject(src, exclude);
Line 10: Line 11:
$.textboxMessage(msg);
$.textboxMessage(msg);
</syntaxhighlight>
</syntaxhighlight>
[[Category:CMS Documentation]]
[[Category:Web Development]]
[[Category:JQuery/AJAX]]

Latest revision as of 17:02, 5 December 2015

$.serializeObject(src, exclude);
$.iconButton(icon_type);
$.textboxMessage(msg);