Tell me what are the slow selectors in jquery? : jquery mobile
Answer / Shalini Pandey
"Slow selectors": in jQuery, certain types of selectors can cause performance issues due to their internal implementation. These include selectors with attribute equals ("="), selectors with a universal selector (""), and selectors with multiple attributes ("[attr1=val1] [attr2=val2]").
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the animate function.
What is the use of css() method in jquery?
Does jquery 2.0 supports ie? : jquery mobile
How do you stop the currently-running animation?
What is cdn and how jquery is related to it?
What is eq()? : jquery mobile
What are two different version of jquery library? : jquery mobile
What is the advantage of using the minified version of jquery rather than using the conventional one?
How to select combobox select value and text using jquery?
Mention the differences between javascript and jquery.
What is the use of serialize method in jQuery?
Difference between $(this) and 'this' in jQuery?