JQuery Programmer Question:
What are the fastest selectors in jQuery?
Answer:
ID and element selectors are the fastest selectors in jQuery.
Previous Question | Next Question |
How to stop the rest of the event handlers from being executed in jQuery? | What is the difference between eq() and get() methods in jQuery? |