Jump to content

Talk:JavaScript library

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by The Transhumanist (talk | contribs) at 00:16, 12 April 2017 (top: Add WikiProject tag using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconJavaScript Unassessed
WikiProject iconThis article is within the scope of WikiProject JavaScript, a collaborative effort to improve the coverage of articles related to JavaScript, and to the development of user scripts for use on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the importance scale.

Why does JavaScript Framework redirect here? A JavaScript Framework is different from the generic "JavaScript library". A JavaScript library is, as this articles says, just any collection of JavaScript functions that makes coding easier. However, a JavaScript Framework is a specific type of library. It exists primarily to create a baseline between browsers that have different DOM implementations. They create universality in 1) selection / manipulation of events, and 2) handling events. This includes jQuery, YUI, MooTools, and Prototype. How can we have a "Comparison of JavaScript frameworks" page without a page explaining JavaScript frameworks?

--66.119.170.242 (talk) 18:00, 26 November 2010 (UTC)[reply]

This article seems useless because the (short) content is mainly made of references to libraries that actually are Ajax frameworks. A redirect to Ajax Framework would be a better choice. Macaldo (talk) 13:42, 1 April 2009 (UTC)[reply]

There is a difference between a JavaScript library and an Ajax framework. Some JavaScript libraries serve as Ajax frameworks, but not all, and many libraries have nothing to do with Ajax. Dilvie (talk) 07:49, 2 October 2010 (UTC)[reply]