What does $("div") will select?
Answer / chaitanya
This will select all the div elements on page.
| Is This Answer Correct ? | 6 Yes | 0 No |
Which one is more efficient, document.getElementbyId( "myId") or $("#myId)?
List the basic selectors in jquery?
Explain how jquery works?
Difference between document.ready() and body onload()?
Which is fast document.getElementByID('txtName') or $('#txtName').?
What is the script build up by jQuery?
How to Use the jQuery load() Method?
Difference between javascript and jquery? : jQuery Mobile
What are the selectors in jquery? How many types of selectors in jquery?
Where jQuery code is getting executed?
What is the difference between jquery and javascript?
what does $("div") will select? : jquery mobile