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 |
Which one is more efficient, document.getelementbyid( "idname") or $("#idname)?
Where jquery mobile works? : jquery mobile
Why should I use jquery?
How can we debug jQuery?
List a few features of jquery mobile? : jQuery Mobile
How to execute jQuery code after the DOM is ready?
What is event preventdefault () and event stoppropagation () in jquery?
Can we add more than one ‘document.ready’ function in a page?
What are the popular jquery cdn? : jquery mobile
How We Can Write Code Specific To Browser In Jquery?
Why jQuery is better than JavaScript?
How to get the style property of an element using ?