Tell me what are the slow selectors in jquery? : jquery mobile



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

Post New Answer

More jQuery Interview Questions

Explain the animate function.

1 Answers  


What is the use of css() method in jquery?

1 Answers  


Does jquery 2.0 supports ie? : jquery mobile

1 Answers  


How do you stop the currently-running animation?

1 Answers  


What is cdn and how jquery is related to it?

1 Answers  


What is eq()? : jquery mobile

1 Answers  


What are two different version of jquery library? : jquery mobile

1 Answers  


What is the advantage of using the minified version of jquery rather than using the conventional one?

1 Answers  


How to select combobox select value and text using jquery?

1 Answers  


Mention the differences between javascript and jquery.

1 Answers  


What is the use of serialize method in jQuery?

1 Answers  


Difference between $(this) and 'this' in jQuery?

1 Answers  


Categories