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 related code be encapsulated? Give example.
Why we need jquery mobile? : jquery mobile
Explain each() function in jquery?
How can you delay document.ready until a variable is set?
How do you stop the currently-running animation? : jquery mobile
Explain the types of selectors in jquery?
Why is not dom ready working for jquery mobile? : jquery mobile
How to run an event handler only once in jQuery?
How you get server response from an ajax request using jquery?
How can you get the type of arguments passed to a function?
Explain chaining in jquery? : jquery mobile
Can we select a element having a specific class in jquery ?