What is the difference between javascript and jquery?



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

Post New Answer

More jQuery Interview Questions

What are the difference between alert() and confirm()?

1 Answers  


Do we need to add jQuery file in both Master and Content page?

1 Answers  


Define jquery filter?

1 Answers  


differentiate between bind() vs live() vs delegate() methods in jquery.

1 Answers  


What are features of jquery or what can be done using jquery?

1 Answers  


How to keep the submit text from showing with jquery mobile? : jquery mobile

1 Answers  


How to divide a page into parts using jquery mobile? : jquery mobile

1 Answers  


Explain jquery connect?

1 Answers  


Is there any difference between body onload() and document.ready() function?

1 Answers  


Why jQuery is needed?

1 Answers  


What is jquery selectors? Give some examples.

1 Answers  


Why do we use jQuery?

1 Answers  


Categories