Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are selectors in jQuery and how many types of selectors are there?



What are selectors in jQuery and how many types of selectors are there?..

Answer / chaitanya

To work with an element on the web page, first we need to find them. To find the html element in jQuery we use selectors. There are many types of selectors but basic selectors are:

Name: Selects all elements which match with the given element Name.

#ID: Selects a single element which matches with the given ID

.Class: Selects all elements which match with the given Class.

Universal (*): Selects all elements available in a DOM.

Multiple Elements E, F, G: Selects the combined results of all the specified selectors E, F or G.

Attribute Selector: Select elements based on its attribute value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

What is the script build up by jQuery?

0 Answers  


What are jquery plugins?

0 Answers  


Difference between detach and remove? : jQuery Mobile

0 Answers  


How to add or remove classes to an element in jquery?

0 Answers  


What is the difference between $('div') and $('<div/>') in jQuery?

1 Answers  


What is the use of jQuery.data() method?

0 Answers  


What is cdn? Explain

0 Answers  


How to use jquery.connect?

0 Answers  


Explain some of the key concepts of good code organization patterns.

0 Answers  


What is difference between .setinterval() and .delay() ?

0 Answers  


What is the basic need to start with jQuery?

1 Answers  


How to create clone of any object using jQuery?

1 Answers  


Categories