[jQuery] need help about selector( select by element id)

[jQuery] need help about selector( select by element id)


I want to select a <a> tag with id "test", like this:
<a id="test">something</a>
what should I do?
thank you.