What is the difference between javascript and jquery?
Answer / Anju Upadhyay
jQuery uses CSS-style selectors to select HTML elements. There are various types of selectors, including simple selectors (e.g., `#id`, `.class`), complex selectors (e.g., `div.class`, `div #id`), and attribute selectors (e.g., `[attribute=value]`).
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the difference between alert() and confirm()?
Do we need to add jQuery file in both Master and Content page?
Define jquery filter?
differentiate between bind() vs live() vs delegate() methods in jquery.
What are features of jquery or what can be done using jquery?
How to keep the submit text from showing with jquery mobile? : jquery mobile
How to divide a page into parts using jquery mobile? : jquery mobile
Explain jquery connect?
Is there any difference between body onload() and document.ready() function?
Why jQuery is needed?
What is jquery selectors? Give some examples.
Why do we use jQuery?