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?
Define the script build up by jquery?
What is the use of serialize method in jQuery?
How To Use Ajax In Jquery?
How can jquery library be added to pages?
Why we use jquery .each() function?
Explain some benefits of jquery knockout?
Why jQuery is needed?
Define width() vs css('width')?
How to multiple version of jQuery?
What is the difference between settimeout() and setinterval() methods?
Explain deferred and promise object in jquery? : jquery mobile