Side navigation
#12475 closed bug (notabug)
Opened September 06, 2012 07:25AM UTC
Closed September 13, 2012 11:09AM UTC
the ajax function post wrong arguments in ie7
Reported by: | liugang98@hotmail.com | Owned by: | liugang98@hotmail.com |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | dbr | Cc: | |
Blocked by: | Blocking: |
Description
if the" data" arguments in $.ajax function contain the option of a select and i write a wrong selector then the argument will be wrong.for example,a select named "dlGrade" and the data argument is " data: {'grade': $('#dlGrade').val()}",then the url will become "dlGrade[]=XXX"
Attachments (0)
Change History (2)
Changed September 06, 2012 11:09AM UTC by comment:1
keywords: | → dbr |
---|---|
owner: | → liugang98@hotmail.com |
status: | new → pending |
Changed September 13, 2012 11:09AM UTC by comment:2
resolution: | → notabug |
---|---|
status: | pending → closed |
This is too fuzzy as a bug report and belongs in the forum where you'll find proper support.
Thanks for contributing! In order for jQuery to do what you expect, you must use it properly. What are you expecting to happen if you write the wrong selector?