Is jQuery replacement of Java Script?
Answers were Sorted based on User's Feedback
Answer / chaitanya
No. jQuery is not a replacement of JavaScript. jQuery is a different library which is written on top of JavaScript. jQuery is a lightweight JavaScript library that emphasizes interaction between JavaScript and HTML.
Is This Answer Correct ? | 0 Yes | 0 No |
javascript is a programming language,where as jquery is a javascript library.
So,jquery is not an replacement of javascript.
Is This Answer Correct ? | 0 Yes | 0 No |
How to redirect to another page using jquery?
What is the advantage of using the minified version of jquery rather than using the conventional one?
How we can select multiple elements in jquery?
What is the use of serialize method in jQuery?
What are the difference between alert() and confirm()?
Can we use protocol less URL while referencing jQuery from CDNs?
Difference between document.ready() and body onload()?
What is the use of noconflict() method in jquery?
What is resize() function in jquery?
How to include jQuery in ASP.Net project?
Can you write a code to select all links inside the paragraph?
What is the difference between $(window).load and $(document).ready?