Hi David,

It looks like this is fixed in jquery.js 1.3.1:

lines 406-07 (within the val function):
                                if( jQuery.nodeName( elem, 'option' ) )
                                        return (elem.attributes.value || 
{}).specified ? elem.value :  
elem.text;

and lines 424-26:
                                                if ( option.selected ) {
                                                        // Get the specifc 
value for the option
                                                        value = 
jQuery(option).val();


--Karl

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




On Jan 28, 2009, at 4:24 AM, David Zhou wrote:

>
> http://dev.jquery.com/ticket/3104
>
> Seeing as last activity was around 4 months ago, is this still being
> worked on?  I was thinking about working on a patch, but was unsure if
> someone had decided to leave the behavior as it currently is.
>
> -- dz
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to