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?

Reply via email to