Difference between revisions of "JQuery plug-in"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Creating plug-ins)
 
Line 37: Line 37:
 
* [http://www.learningjquery.com/2007/10/a-plugin-development-pattern A Plugin Development Pattern]
 
* [http://www.learningjquery.com/2007/10/a-plugin-development-pattern A Plugin Development Pattern]
 
* [http://ryanflorence.com/authoring-jquery-plugins-with-object-oriented-javascript/ Authoring jQuery plugins with object-oriented JavaScript]
 
* [http://ryanflorence.com/authoring-jquery-plugins-with-object-oriented-javascript/ Authoring jQuery plugins with object-oriented JavaScript]
 
+
* [http://stefangabos.ro/jquery/jquery-plugin-boilerplate-oop/ jQuery Plugin Boilerplate, reprise]
  
  

Latest revision as of 20:35, 27 August 2016

A jQuery plug-in is a plug-in for jQuery.

Description

A plug-in adds or modifies the features of a computer program or library.

jQuery plug-ins add or modify features of jQuery.

jQuery UI

jQuery UI provides features that are similar to some plugins.

See also

External links

General

Popular plug-ins

Creating plug-ins