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...


How jQuery selectors are executed?



How jQuery selectors are executed?..

Answer / chaitanya

Your last selectors is always executed first. For example, in below jQuery code, jQuery will first find all the elements with class ".myCssClass" and after that it will reject all the other elements which are not in "p#elmID".

Hide Copy Code

$("p#elmID .myCssClass");

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More jQuery Interview Questions

Why jQuery is better than JavaScript?

0 Answers  


explain width() vs css(‘width’) in jquery

0 Answers  


What is method chaining in jquery?

0 Answers  


Why is only the first page of multi page document loaded? : jquery mobile

0 Answers  


What is the latest version of jquery?

0 Answers  


What are two different version of jquery library? : jquery mobile

0 Answers  


How to use jquery library in our asp.net project?

0 Answers  


What is the difference between jquery.get() and jquery.ajax()?

0 Answers  


Explain is jquery replacement of java script? : jquery mobile

0 Answers  


How to select all elements using jQuery?

0 Answers  


Difference between javascript and jquery? : jQuery Mobile

0 Answers  


How to call a method inside code-behind using jquery?

0 Answers  


Categories