[jQuery] JQuery selectors and Umlaute

[jQuery] JQuery selectors and Umlaute


I'm trying to select an element with an id containing a German Umlaut:
<input id="Bestätigung".../>
Unfortunately the jquery selector $("#Bestätigung") is not returning
any result. Is there a trick to make this work or is it not possible
at all?