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 can you use array with jquery?
What are the differences between size and length in jquery?
Does events are also copied when you clone any element in jQuery?
Explain .delegate()? : jquery mobile
What is parseint() and why it is used?
When can you use jquery?
How you get server response from an ajax request using jquery?
Explain .bind() vs .live() vs .delegate() vs .on()
Difference between event.PreventDefault and event.stopPropagation?
How do you select an item using css class or id and get the value by use of jquery.
What is the use of noconflict() method in jquery?
How to check data type of any variable in jquery? : jquery mobile