How JavaScript and jQuery are different?
Answer / chaitanya
JavaScript is a language While jQuery is a library built in the JavaScript language that helps to use the JavaScript language.
Is This Answer Correct ? | 0 Yes | 0 No |
What are the features of jquery used in web applications?
What is the between $(this) and 'this' in jquery?
Which program is useful for testing jQuery?
What are the various ajax functions available in jquery ?
What is the difference between text() and html() in jquery?
What is jQuery code to select all links in first paragraph?
Explain the animate function.
Do you know what is the use of jquery.data()?
What is the goal of cdn and what are the advantages of using cdn?
How to select class in jquery?
Whether jQuery HTML work for both HTML and XML documents?
Explain bind() vs live() vs delegate() methods.