Answers

Question and Answer:

  Home  JQuery Programmer

⟩ How to select single element using jQuery with the given element id some-id?

$('#some-id') selects the single element in the document that has an ID of some-id.

 162 views

More Questions for you: