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
Top comments (0)