Why is jQuery better than JavaScript?
3708
08-Sep-2012
AVADHESH PATEL
08-Sep-2012* It helps the programmers to keep code simple and concise and reusable.
* jQuery library simplifies the process of traversal of HTML DOM tree.
* jQuery can also handle events, perform animation, and add the Ajax support in web applications.
Because in javascript we have to write functions with core & oops concepts, but in jquery we do't need to write more functions we just need only use those are already write in jquery library.