Opened 11 years ago
Closed 11 years ago
#12475 closed bug (notabug)
the ajax function post wrong arguments in ie7
Reported by: | Owned by: | ||
---|---|---|---|
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"
Change History (2)
comment:1 Changed 11 years ago by
Keywords: | dbr added |
---|---|
Owner: | set to [email protected]… |
Status: | new → pending |
comment:2 Changed 11 years ago by
Resolution: | → notabug |
---|---|
Status: | pending → closed |
This is too fuzzy as a bug report and belongs in the forum where you'll find proper support.
Note: See
TracTickets for help on using
tickets.
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?