Difference between revisions of "JQuery plug-in"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→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 19:35, 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
- jQuery Plugin Boilerplate, reprise