Computing/Javascript: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
*[http://jquery.com/ jQuery]
==Frameworks==
*[http://jquery.com/ jQuery] is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages.
**small file size (~20kb)
**<code>$("div[p]")</code> - find all divs that have a p inside them
**works in all modern browsers
**additional functionality by plugins
*[http://developer.yahoo.com/yui/ Yahoo UI Library]
*[http://developer.yahoo.com/yui/ Yahoo UI Library]
**good documentation
**good documentation
Line 10: Line 15:
*[http://qooxdoo.org/ qooxdoo] is one of the most comprehensive and innovative Open Source (EPL/LGPL) multipurpose AJAX frameworks
*[http://qooxdoo.org/ qooxdoo] is one of the most comprehensive and innovative Open Source (EPL/LGPL) multipurpose AJAX frameworks
*[http://www.prototypejs.org/ Prototype] is a JavaScript Framework that aims to ease development of dynamic web applications
*[http://www.prototypejs.org/ Prototype] is a JavaScript Framework that aims to ease development of dynamic web applications
*[http://mootools.net/ MooTools] is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer
*[http://oat.openlinksw.com/ OAT (OpenLink AJAX Toolkit)] is a JavaScript-based toolkit for browser-independent Rich Internet Application development

Latest revision as of 16:04, 11 March 2008

Frameworks

  • jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages.
    • small file size (~20kb)
    • $("div[p]") - find all divs that have a p inside them
    • works in all modern browsers
    • additional functionality by plugins
  • Yahoo UI Library
    • good documentation
    • produced by a company
    • open source but closed process
  • Dojo - the Javascript toolkit
  • OpenLaszlo
  • Mochikit - dead?
  • Ext JS
  • qooxdoo is one of the most comprehensive and innovative Open Source (EPL/LGPL) multipurpose AJAX frameworks
  • Prototype is a JavaScript Framework that aims to ease development of dynamic web applications
  • MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer
  • OAT (OpenLink AJAX Toolkit) is a JavaScript-based toolkit for browser-independent Rich Internet Application development