Difference between revisions of "JQuery plug-in"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→External links) |
Karl Jones (Talk | contribs) |
||
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 18:36, 27 August 2016
A jQuery plug-in is a plug-in for jQuery.
Contents
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
- jQuery Plugin Registry - official download site
Popular plug-ins
Creating plug-ins
- Plugins @ learn.jquery.com
- How to Create a Basic Plugin @ learn.jquery.com
- Essential jQuery Plugin Patterns - By Addy Osmani
- Writing your own jQuery plugins
- jQuery Boilerplate - "Jump-starting jQuery plugins development"
- How to create a jQuery plugin with methods? @ Stack Overflow
- A Plugin Development Pattern
- Authoring jQuery plugins with object-oriented JavaScript