Opened 14 years ago
Closed 13 years ago
#3386 closed bug (invalid)
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.
Change History (2)
comment:1 Changed 14 years ago by
Cc: | zolika4767 flesler added |
---|---|
need: | Commit → Test Case |
Note: See
TracTickets for help on using
tickets.
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.