$("#id")
Id Selector is used to select all the elements containing the required id. # symbol is used to identify the elements in a form with particular id. The below example explains how to select all the elements containing the id "important". Click on the "Test" button to know the result.