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



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

Answer / Vibhanshu Prabhakar Singh

"$(&#39;div&#39;)": will select all the HTML <div> elements in the current document.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

How to check if number is numeric while using jQuery 1.7+?

1 Answers  


Explain the difference between .empty() and .remove() ?

1 Answers  


Explain the term method chaining? : jQuery Mobile

1 Answers  


Name 3 available jquery plugins that bootstrap has in their query plugin library.

1 Answers  


What is the difference between javascript and jquery?

1 Answers  


Differentiate among .empty() vs .remove() vs .detach() in jquery.

1 Answers  


Define cache paremeter of jquery ajax method?

1 Answers  


What are various methods to make ajax request in jQuery?

1 Answers  


How to add or remove classes to an element in jquery?

1 Answers  


How to always reference latest version of jquery?

0 Answers  


How to concatenate two strings using jquery?

1 Answers  


Tell me what are the slow selectors in jquery? : jquery mobile

1 Answers  


Categories