Side navigation
#4984 closed bug (duplicate)
Opened July 28, 2009 09:56AM UTC
Closed December 10, 2009 04:07AM UTC
IE select .val() and form reset
Reported by: | FarSeeing | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If ''select'' is located in ''form'' and the first ''option'' doesn't have ''selected'' attribute, then .val() after form reset will return none.
Tested in IE 6, 7, 8.
In attached demo try getting values, then reset form and get values again.
Could this be a duplicate of #2551