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 |
Can you please explain the difference between event.preventdefault and "return false"? : jquery mobile
Differentiate the concepts of .js and .min.js?
Can we use our own specific character in the place of $ sign in jQuery?
Tell me is jquery a w3c standard? : jquery mobile
What is the difference between jquery and javascript?
What are the effects methods used in jquery?
Tell me how to disable jquery animation? : jquery mobile
How we can select multiple elements in jquery?
How to create, read and delete cookies with jquery?
What is serialize() in jquery?
Can we call c# codebehind method using jquery?
What is the difference between .empty(), .remove() and .detach() methods in jQuery?