Which selector has better performance id or class and why?
Which one is more efficient, document.getElementbyId( "myId") or $("#myId)?
How does jquery store data related to an element?
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?
Difference between find() and closest() in jquery?
What is the purpose of fadetoggle() method in jquery?
What is a CDN?
Why is the block display style used for animations?
What is the difference between settimeout() and setinterval() methods?
What are the slow selectors in jQuery?
Is jquery a framework?
differentiate between bind() vs live() vs delegate() methods in jquery.
What is jquery selectors?