Difference between revisions of "JavaScript library"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (library) |
Karl Jones (Talk | contribs) (→See also) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
A '''JavaScript library''' is a [[Library (computing)|library]] of pre-written [[JavaScript]] which allows for easier development of [[dynamic web page|dynamic web pages]] using [[client-side scripting]], especially for [[Ajax (programming)|Ajax]]. | A '''JavaScript library''' is a [[Library (computing)|library]] of pre-written [[JavaScript]] which allows for easier development of [[dynamic web page|dynamic web pages]] using [[client-side scripting]], especially for [[Ajax (programming)|Ajax]]. | ||
+ | |||
+ | == Framework == | ||
+ | |||
+ | '''Framework''' is a similar term, only more comprehensive in what the script accomplishes. | ||
== See also == | == See also == | ||
+ | * [[:Category:JavaScript libraries]] | ||
* [[List of JavaScript libraries]] | * [[List of JavaScript libraries]] | ||
+ | * [[Mithril (JavaScript library)]] | ||
+ | * [[Polyfill]] - code that implements a feature on [[Web browser|web browsers]] that do not support the feature | ||
+ | * [[React (JavaScript library)]] | ||
== External links == | == External links == | ||
* [https://en.wikipedia.org/wiki/JavaScript_library JavaScript library] @ Wikipedia | * [https://en.wikipedia.org/wiki/JavaScript_library JavaScript library] @ Wikipedia | ||
+ | [[Category:Web design and development]] |
Latest revision as of 07:57, 9 November 2016
A JavaScript library is a library of pre-written JavaScript which allows for easier development of dynamic web pages using client-side scripting, especially for Ajax.
Framework
Framework is a similar term, only more comprehensive in what the script accomplishes.
See also
- Category:JavaScript libraries
- List of JavaScript libraries
- Mithril (JavaScript library)
- Polyfill - code that implements a feature on web browsers that do not support the feature
- React (JavaScript library)
External links
- JavaScript library @ Wikipedia