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 |
Difference between javascript and jquery?
Tell me which program is useful for testing jquery?
What are the basic selectors in jQuery?
How you will use jquery means requirement needed for using jquery.
How to select all elements using jQuery?
What is the difference between jQuery and jQuery UI?
Which selector has better performance id or class and why?
What is the use of the animate() method in jquery?
What is the method used to define the specific character in place of $ sign?
Explain slidetoggle() effect.
Is jquery a library for client scripting or server scripting? : jquery mobile
Is jquery html() method works for both html and xml documents?