What does $("P") will select?



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

Answer / Lata

$('P') will select all `<p>` elements in the HTML document.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

Difference between javascript and jquery?

1 Answers   HCL,


Tell me which program is useful for testing jquery?

1 Answers  


What are the basic selectors in jQuery?

1 Answers  


How you will use jquery means requirement needed for using jquery.

1 Answers  


How to select all elements using jQuery?

1 Answers  


What is the difference between jQuery and jQuery UI?

2 Answers  


Which selector has better performance id or class and why?

1 Answers  


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

1 Answers  


What is the method used to define the specific character in place of $ sign?

1 Answers  


Explain slidetoggle() effect.

1 Answers  


Is jquery a library for client scripting or server scripting? : jquery mobile

1 Answers  


Is jquery html() method works for both html and xml documents?

1 Answers  


Categories