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 |
What is the minimum setup needed to start using jquery.
How to resolve conflicts with other libraries?
What is the difference between jquery and javascript?
Explain the concepts of "$ function" in jquery with an example?
Why we need jquery mobile? : jquery mobile
What is a cdn? : jQuery Mobile
What is jquery.noconflict? Explain
Explain cdn in jquery?
What is jQuery code to select all links in first paragraph?
How you get server response from an ajax request using jquery?
What are some of the ways to provide effects? : jQuery Mobile
What is the use of serialize method in jQuery?