[jQuery] Re: Select lists in 1.2.5

2008-06-03 Thread Photic
Appears to work just fine in 1.2.6 (without having to convert to string) I'm happy once again :) On May 22, 10:30 pm, Photic <[EMAIL PROTECTED]> wrote: > Aah, functionality change. Bummer. > > On May 22, 9:28 pm, "Aaron Heimlich" <[EMAIL PROTECTED]> wrote: &g

[jQuery] Re: Select lists in 1.2.5

2008-05-23 Thread Photic
d27... > > http://groups.google.com/group/jquery-dev/browse_thread/thread/6ce769... > > > > > > On Thu, May 22, 2008 at 10:22 PM, Photic <[EMAIL PROTECTED]> wrote: > > > Sure no prob. > > Here you go: > >http://www.happinessinmycheeks.com/jquery/1.2

[jQuery] Re: Select lists in 1.2.5

2008-05-22 Thread Photic
Sure no prob. Here you go: http://www.happinessinmycheeks.com/jquery/1.2.3.htm http://www.happinessinmycheeks.com/jquery/1.2.5.htm On May 22, 6:29 pm, "Wil Everts" <[EMAIL PROTECTED]> wrote: > Photic, > > Can you point us to a web-sample so we can Firebug it up? (The

[jQuery] Select lists in 1.2.5

2008-05-22 Thread Photic
Did the functionality change on how to assign values to select lists? $("#foo").val(3); no longer works. I've tried it on a simple page with a single select box with eight values numbered 1-8 and it didn't work. After reverting to 1.2.3 it becomes operational. Hopefully this isn't a re-post. I

[jQuery] 1.2.5 Possible bug.

2008-05-22 Thread Photic
I noticed that after updating my files to 1.2.5 that the val() functionality had either changed or is now broken for select lists. When using select lists I am unable to set the value using .val() such as: $("blah").val(9); I rolled back to 1.2.3 and the issue wasn't present. I would look through