Difference between revisions of "JQuery plug-in"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
Line 18: Line 18:
  
 
== External links ==
 
== External links ==
 +
 +
=== General ===
  
 
* [http://plugins.jquery.com/ jQuery Plugin Registry] - official download site
 
* [http://plugins.jquery.com/ jQuery Plugin Registry] - official download site
 +
 +
=== Popular plug-ins ===
 +
 +
* [https://plugins.jquery.com/cookie/ Cookie]
 +
 +
=== Creating plug-ins ===
 +
 
* [https://learn.jquery.com/plugins/ Plugins] @ learn.jquery.com
 
* [https://learn.jquery.com/plugins/ Plugins] @ learn.jquery.com
 
* [https://learn.jquery.com/plugins/basic-plugin-creation/ How to Create a Basic Plugin] @ learn.jquery.com
 
* [https://learn.jquery.com/plugins/basic-plugin-creation/ How to Create a Basic Plugin] @ learn.jquery.com

Revision as of 19:36, 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