[jQuery] Re: val function for select with 'special character' not working

2007-10-01 Thread syg6
It was a jQuery version issue. Not sure how old 1.1.2 is but that's the version I was using. Upgraded to 1.2.1 and all is well. Thanks! Bob On 29 Set, 00:40, Wizzud <[EMAIL PROTECTED]> wrote: > I can't tell what you're doing wrong - if anything - but the following works > perfectly for me (usin

[jQuery] Re: val function for select with 'special character' not working

2007-09-28 Thread Wizzud
I can't tell what you're doing wrong - if anything - but the following works perfectly for me (using v1.2.1) one two var t = $('#app\\.id').val(); // t is 22 syg6-2 wrote: > > > In the FAQ it says that if you have an element with a 'special > character' in it you must escape it. Fair