Computing/Javascript

From OpenWetWare
Jump to navigationJump to search

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