[jQuery] ID's start with #

[jQuery] ID's start with #


Hello,
How do I find an element who's id starts with #?
For example: <textarea id="#SAM1"></textarea>
the following does not seem to work
$("##SAM1").text("hello");
Any help is greatly appreciated. thank you,
Sam