Difference between revisions of "JQuery plug-in"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
Line 22: Line 22:
 
* [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
 +
* [https://www.smashingmagazine.com/2011/10/essential-jquery-plugin-patterns/ Essential jQuery Plugin Patterns
 +
By Addy Osmani]
 +
* [http://blog.teamtreehouse.com/writing-your-own-jquery-plugins Writing your own jQuery plugins]
 +
* [https://jqueryboilerplate.com/ jQuery Boilerplate] - "Jump-starting jQuery plugins development"
 +
* [http://stackoverflow.com/questions/1117086/how-to-create-a-jquery-plugin-with-methods How to create a jQuery plugin with methods?] @ Stack Overflow
 +
* [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]
 +
 +
 +
  
 
[[Category:jQuery]]
 
[[Category:jQuery]]
 
[[Category:Web design and development]]
 
[[Category:Web design and development]]

Revision as of 18:54, 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

By Addy Osmani]