Answers

Question and Answer:

  Home  JQuery Programmer

⟩ How to select elements using jQuery with the given element tag-name?

$('tag-name') selects all element of type tag-name in the document. For example, $('p') selects all paragraphs <p> in the document.

 218 views

More Questions for you: