DEV Community

Cover image for JQuery Interview Questions
Nachiket Panchal
Nachiket Panchal

Posted on

JQuery Interview Questions

Q What is Jquery?

Ans. JQuery is not a programming language, but it is a well-written form of Javascript language.

Q What are the features of Jquery?

Ans. Jquery provides the features as follow:

  • Fast Execution
  • Less Coding
  • AJAX support
  • DOM Selection
  • Changing CSS
  • Event Handling
  • Easily implementation of animations and effects

Q Enlist the different types of selectors in Jquery?

Ans. Jquery has three types of selectors.

  • Custom Selector
  • CSS Selector
  • XPath Selector

READ MORE: Most Commonly Asked JQuery Interview Questions

Top comments (0)