What are the slow selectors in jQuery?
Answer / chaitanya
class selectors are the slow compare to ID and element.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is .detach()? : jquery mobile
How to use migrate jquery plugin if possible? : jquery mobile
What is the difference between $('div') and $('<div/>') in jQuery?
Explain the features of jquery mobile? : jquery mobile
List the advantages of jquery?
Can you please explain the difference between parent() and parents() methods in jquery? : jquery mobile
Explain event.preventdefault? : jquery mobile
In jquery, what is the meaning of toggle?
What are the various ajax functions available in jquery ?
Difference between prop() and attr()? : jQuery Mobile
What are the difference between empty(), remove() and detach() functions in jquery?
Write the code to define a requirejs module with its dependencies.