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 |
How to multiple version of jQuery?
Explain the use jquery.data method?
Why content injected into a page is not enhanced? : jquery mobile
Suppose if you have a server control(asp.net server control, button) and on the click of button you want to call a jquery function, so tell me how you will call a jquery function without postback?
Can we add more than one ‘document.ready’ function in a page?
What are the browser related issues for jQuery?
Do we need to add the jquery file both at the master page and content page as well?
How to include jquery library in asp.net project?
JQuery or JavaScript which is quicker in execution?
Tell me how to check if number is numeric while using jquery 1.7+? : jquery mobile
Differentiate between width() vs css(‘width’) in jquery
What are the four parameters used for jQuery Ajax method?