Which version of jQuery are using? Are you seeing any JavaScript errors? I just tested this and it worked fine:

result:
http://jsbin.com/otaya/

code:
http://jsbin.com/otaya/edit

--Karl

____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Mar 20, 2009, at 5:57 AM, srudin wrote:


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