Briefly explain what is DOM selector in jquery (AKA JQuery Selector) ?

 Posted by Rajnilari2015 on 12/1/2015 | Category: jQuery Interview questions | Views: 1940 | Points: 40
Answer:

jQuery selector($),the vital part of JQuery, allow Html elements to be selected and manipulated.It finds the elements by Element Name,Element ID or class and returns a sequence of matched DOM elements upon a successful match. We can they apply methods or logics on those collection for further processing. It can be of the following types :

- Single Element Name Selectors
- Multiple Selectors
- Id Selectors
- CSS Selectors
- Attribute Selectors
- Element Visibility Selectors
- Form Field Selectors
- Parent-Child Selectors


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response