Opened 12 years ago
Closed 12 years ago
#8840 closed bug (invalid)
Form Serialize
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | ajax | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a form
<form id="formpost" onsubmit="return false;" name="formpost"> <input id="id" type="hidden" value="0" name="id"> <input id="page" type="hidden" value="servicecompany" name="page"> Service name:<input type="text" value="" name="name"> <br> Contract:<input type="text" value="" name="GDContract"> <br> <input type="button" onclick="saveForm();" value="Save"> </form>
if FireFox 4.0
$('this').serialize()
result is id=0&page=servicecompany&name=6&GDContract=6&id=0&page=servicecompany&name=&GDContract=
Change History (3)
comment:1 Changed 12 years ago by
Owner: | set to anonymous |
---|---|
Status: | new → pending |
comment:2 Changed 12 years ago by
Component: | unfiled → ajax |
---|
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Can you provide a test case in jsFiddle please?