Hi friends
Why is jQuery better than JavaScript?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Feb 11, 2012, 5:10 AM
It can be confusing since in a browser there are objects such as the document and window objects that are browser objects. I am not aware of anything in the JavaScript language however that is special for using those objects. VBScript for example also has objects defined for it that are for using the DOM but I am not aware of anything special in the VBScript language that is used in a HTML page.
Satyapriya NayakPosted Feb 11, 2012, 3:19 AM
Java script is a scripting language.JavaScript is the common term for a combination of the ECMAScript programming language plus some means for accessing a web browser's windows and the document object model (DOM).
JQuery are made from Java script.JQuery is a JavaScript library that handles many commonly used features and also handles the differences between, e.g., Internet Explorer and standards-compliant browsers. It's something you can use to reduce the amount of work when creating web-based applications.
JQuery is great library for developing ajax based application.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.
Thanks
Sam HobbsPosted Feb 11, 2012, 12:21 AM