jquery
what is difference beteen jquery and javascript
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.
Jignesh TrivediPosted May 29, 2014, 12:33 AM
hi,
Please refer below link it might help to understand different between Jquery and javascript
https://www.udemy.com/blog/jquery-vs-javascript/
http://purencool.com/javascript-and-jquery-what-is-the-difference
Abhay ShankerPosted May 28, 2014, 11:09 PM
1.Developers need to handle by writing their own Javascript code whereas JQuery is a multi-browser JavaScript library designed to simplify the client-side scripting of HTML.
2.If you use JavaScript, you need to write you own scripting which may take time.Whereas If you use Jquery, you need not to write much scripting which already exists in JQuery.
3.JavaScript is a language. Example: JQuery like a foriegn language which is already built by Javascript which is unknown to you what kind of JS is written there, you are just using it.
JQuery is a framework built with JavaScript to help JavaScript programmers who are doing common web tasks. Example: But if you goto a country where it is spoken, a guide can still help you along, making your journey easier. jQuery is one of many frameworks which provide help in areas that can be frustrating when writing plain JavaScript.