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 methods used to provide effects?
How can we add change font size using jquery?
How to use connect?
How to find all sibling elements after the current element using ?
Need to add jQuery file in both Master and Content page?
Explain how jquery works?
What is jquery selectors?
Define slidetoggle() effect?
What is meant by the term ‘theming’ in jquery mobile? : jQuery Mobile
What is the difference between parent() and parents() methods in jQuery?
Why use jQuery filter() Methods?
How we can apply css in multiple selectors in jquery?