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

Explain "beforesend(xhr)" paremeter of jquery ajax method?

0 Answers  


What are the types of selectors in jQuery?

0 Answers  


How do I pull a native DOM element from a jQuery object?

0 Answers   MCN Solutions,


What are the slow selectors in jquery? : jquery mobile

0 Answers  


What is the advantage of using protocol less URL while referencing jQuery from CDNs?

1 Answers  


Which sign is used as a shortcut for jQuery?

0 Answers  


What is the use of jQuery load method?

0 Answers  


What is the starting point of code execution in jquery?

0 Answers  


Can you use any other name in place of $ (dollar sign) in jQuery?

0 Answers  


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

1 Answers  


Why there are two different version of jQuery library?

1 Answers  


How do you stop the currently-running animation?

1 Answers  


Categories