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 |
Is it possible to use our own specific character in the place of $ sign in jquery? : jquery mobile
what is the use of param() method in jquery .
Explain jquery.noconflict? : jquery mobile
Can you please explain the difference between javascript and jquery? : jquery mobile
How to resolve conflicts with other libraries?
What is get()? : jquery mobile
Define the script build up by jquery?
Does jQuery 2.0 supports IE?
How to write browser specific code using jquery? : jquery mobile
Which selector has better performance id or class and why?
How to Use the jQuery load() Method?
What were the biggest challenges of getting the jQuery 1.7 release ?