jQuery id selector
The id selector selects all elements with the specified id:
$('#test');
Get and color red the element with id - #elem.
The id selector selects all elements with the specified id:
$('#test');
Get and color red the element with id - #elem.