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 |
Why jQuery is better than JavaScript?
explain width() vs css(‘width’) in jquery
What is method chaining in jquery?
Why is only the first page of multi page document loaded? : jquery mobile
What is the latest version of jquery?
What are two different version of jquery library? : jquery mobile
How to use jquery library in our asp.net project?
What is the difference between jquery.get() and jquery.ajax()?
Explain is jquery replacement of java script? : jquery mobile
How to select all elements using jQuery?
Difference between javascript and jquery? : jQuery Mobile
How to call a method inside code-behind using jquery?