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

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

Read Online JQuery Programmer Job Interview Questions And Answers