jQuery plug-in
From Wiki @ Karl Jones dot com
(Redirected from JQuery plug-ins)
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