What does $("div") will select?
Answer / chaitanya
This will select all the div elements on page.
| Is This Answer Correct ? | 6 Yes | 0 No |
How can we show and hide an element via jquery?
Is numeric in jquery?
What are the browser related issues for jQuery?
How we can hide a block of html code on a button click using jquery?
What is finish method in jQuery?
Does jquery 2.0 supports ie? : jquery mobile
Why do we need to go for JQuery?
Which is fast document.getElementByID('txtName') or $('#txtName').?
What is the difference between $('div') and $('<div/>') in jQuery?
Explain .delegate()? : jquery mobile
How can you disable jquery animation?
Explain cdn in jquery?