Dojo jQuery MooTools Prototype Yahoo UIDragand Drop
Yes Yes Yes Yes Yes
Simple visualeffects
Yes Yes Yes Yes Yes
Animation/advanced visualeffects
Yes Yes Yes Yes Yes
Yes Yes Yes Yes Yes
Developer tools
Yes Yes Yes Yes Yes
XMLHTTPRequestdataretrieval(AJAX)
Yes Yes Yes Yes Yes
Accessibility
Yes Yes - - Yes
File Size
27 15 19 20 30
Browser support
IE 6+,FireFox1.5+ Safari3, Opera9+IE 6+,FireFox 2+ ,Safari 2+,Opera 9+IE 6+,FireFox 1.5+ ,Safari 2+,Opera 9+IE 6+,FireFox 2+, Safari 2+,Opera9.25+IE 6+,FireFox 2 ,Safari 3,Opera 9+The libraries do not merge because it is really hard to have a unified backend, every library fixes differentproblems and a combined library would be very big.
3.
J
Q
UERY
3.1 jQuery overview
'' JQuery is a lightweight JavaScript library that emphasize interaction between JavaScript and HTML'' [9]. Itis created by John Resig in January 2006, it has 1/4 million visitor per month. It consists of 26 classes and4621 lines of code. When you write JavaScript code, you usually have to spend time dealing with browserand operating system incompatibility, but jQuery handles this for you. It is compatible with: IE 6+, Firefox 2+,Safari 2.0+, and Opera 9+. JQuery implemented in Java as plug-in to the Eclipse platform. It supportskeyboard, screen reader accessible, and it is a grant from Mozila Foundation to implement ARIA (AccessibleRich Internet Applications).JQuery makes JavaScript very simple by taking out all unnecessary code, and leaving them short, smart andunderstandable. Here is the brief example comparing between the JavaScript code with and without using jQuey. (Without using jQuery) Document.getElementById (''id''). (with jQuery) $(#''id'').
3.2 Who is using jQuery
There are a lot of web sites using jQuery like: Google, Dell, Microsoft, Amazon, Digg, Wordpress, Mozila, andBank of America …..Etc.
Leave a Comment