What does $("div") will select?



What does $("div") will select?..

Answer / chaitanya

This will select all the div elements on page.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More jQuery Interview Questions

How can we show and hide an element via jquery?

1 Answers  


Is numeric in jquery?

1 Answers  


What are the browser related issues for jQuery?

1 Answers  


How we can hide a block of html code on a button click using jquery?

1 Answers  


What is finish method in jQuery?

1 Answers  


Does jquery 2.0 supports ie? : jquery mobile

1 Answers  


Why do we need to go for JQuery?

1 Answers  


Which is fast document.getElementByID('txtName') or $('#txtName').?

1 Answers  


What is the difference between $('div') and $('<div/>') in jQuery?

1 Answers  


Explain .delegate()? : jquery mobile

1 Answers  


How can you disable jquery animation?

1 Answers  


Explain cdn in jquery?

1 Answers  


Categories