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 |
Explain width() vs css(‘width’)?
What is wrong with this code line "$('#myid.3').text('blah blah!!!');"
How to disable jquery animation? : jquery mobile
Explain some features of jquery knockout?
Explain jquery.noconflict? : jquery mobile
Explain .empty() vs .remove() vs .detach() in jquery
What are the difference between alert() and confirm()?
What is $() in jquery?
How to use migrate jQuery plugin?
How to validate email using jquery?
Why do we need to go for JQuery?
Can we have multiple document.ready() function on the same page?