background preloader

Javascript

Facebook Twitter

JavaScript tutorials, scripts, answers and much more JavaScript.

Technic

Jquery. Closure Compiler Service. JS Libs Deconstructed. jQuery jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. Summary Focuses on expressiveness, quick and easy coding, and plugins Advantages Optimised for DOM manipulation Operate on multiple items with no special syntax CSS selector-driven Method chaining makes writing code easy Intuitive API and syntax Modular plugin archutecture keeps the core lean Fastest selector performance Single namespace Disadvantages DOM rather than JavaScript oriented Some developers have issues around "this" in callback functions Prototype Prototype is a JavaScript Framework that aims to ease development of dynamic web applications, featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around.

Focuses on extension of native classes, inheritance, legibility MooTools Focuses on extension, inheritance, legibility, reuse, and maintainability. Create a new Fiddle - jsFiddle - Online Editor for the Web (JavaScript, MooTools, jQuery, Prototype, YUI, Glow and Dojo, HTML, CSS) JavaScriptが持っている4つの特徴.