what does $("div") will select? : jquery mobile



what does $("div") will select? : jquery mobile..

Answer / Mandeep Kumar

$('div') will select all the HTML elements that are divs on the page.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

Can you please explain the difference between body onload() and document.ready() function? : jquery mobile

1 Answers  


How jQuery selectors are executed?

1 Answers  


What are the difference between alert() and confirm()?

1 Answers  


How to disable cut,copy and paste in TextBox using jQuery?

1 Answers  


How can we debug jQuery?

1 Answers  


Whether we need to add jQuery file in both Master and Content page?

1 Answers  


Explain slidetoggle() effect.

1 Answers  


How to get the current offset of the first matched element, in pixels, relative to the document using ?

1 Answers  


Explain the use of the $.fn.bind and $.fn.trigger.

1 Answers  


What are all the ways to include jQuery in a page?

1 Answers  


What is the use of delegate() method in jquery?

1 Answers  


How to use it jquery knockout?

1 Answers  


Categories