Difference between revisions of "JavaScript library"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
(See also)
Line 10: Line 10:
 
* [[List of JavaScript libraries]]
 
* [[List of JavaScript libraries]]
 
* [[Polyfill]] - code that implements a feature on [[Web browser|web browsers]] that do not support the feature
 
* [[Polyfill]] - code that implements a feature on [[Web browser|web browsers]] that do not support the feature
 +
* [[React (JavaScript library)]]
  
 
== External links ==
 
== External links ==

Revision as of 08:47, 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

External links