[jQuery] Re: 1.2.5 Possible bug.

2008-05-22 Thread Ariel Flesler
Also, this will work. $("blah").attr("value", 9); Just mentioning :) -- Ariel Flesler http://flesler.blogspot.com On 22 mayo, 19:10, Ariel Flesler <[EMAIL PROTECTED]> wrote: > http://groups.google.com/group/jquery-dev/browse_thread/thread/e42d27... > > Options' values are strings. If you use $

[jQuery] Re: 1.2.5 Possible bug.

2008-05-22 Thread Ariel Flesler
http://groups.google.com/group/jquery-dev/browse_thread/thread/e42d2710c8b4928 Options' values are strings. If you use $("blah").val("9") will work. I hope this could had been warned before the release, but mind you that this is not "broken", just stricter. We might stringify numbers for a next