Opened 11 years ago
Closed 9 years ago
#10110 closed bug (notabug)
$.post() doesnt work in safari with $("formname").serialize()
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | ajax | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
in the jquery post request if you pass parameters using the serialize function to get the data from the form, it doesnot execute the request in the safari. works fine for FF / Chrome
Change History (7)
comment:1 Changed 11 years ago by
Component: | unfiled → ajax |
---|---|
Owner: | set to [email protected]… |
Priority: | undecided → low |
Status: | new → pending |
comment:2 Changed 11 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!
comment:3 Changed 10 years ago by
This is definitely still a problem--seeing it right now on a back-end system we use to maintain data on Adobe.com. Is there an individual who could work with me on this and I can demonstrate the problem? Not sure that JSfiddle will work in this case...
comment:4 Changed 10 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
@bkowalk what version of jQuery are you using? This was reported 2 years ago, but closed because no one followed up with a reduced test case. Can you create the reduced case?
comment:6 Changed 10 years ago by
http://jsfiddle.net/MryZ2/ This one seems to work perfectly fine on current Windows, MacOS and Mobile Safari.
comment:7 Changed 9 years ago by
Resolution: | → notabug |
---|---|
Status: | reopened → closed |
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.