Side navigation
#3386 closed bug (invalid)
Opened September 20, 2008 11:48PM UTC
Closed June 16, 2010 03:01AM UTC
bad option value posted from option group
Reported by: | zolika4767 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | core | Version: | 1.2.6 |
Keywords: | option value | Cc: | zolika4767, flesler |
Blocked by: | Blocking: |
Description
Hi!
I think the following can be a bug or a feature?
I try to post form data to server side with the following code:
$('span#output').load( 'index.php', $('form#myform :input'));
I noticed if the form contains an option group the posted value will be always the latest option's value.
Your details are not quite enough to be able to handle this.
Could you provide a test case ? a minimalistic html file with the requires html and js to reproduce the problem.
Thanks.