jQuery Mobile Question:
Download Questions PDF

Tell me how to executed jQuery selectors?

Answer:

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".

Download jQuery Mobile Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what are the slow selectors in jQuery?Explain the use of jquery .each() function?