Opened 13 years ago
Closed 12 years ago
#5665 closed bug (invalid)
JQuery 1.3.2 Post problem under firefox and IE
Reported by: | towser | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4 |
Component: | ajax | Version: | 1.3.2 |
Keywords: | Post HTTP content | Cc: | |
Blocked by: | Blocking: |
Description
When using $.ajax function for a POST, there are problem under Firefox and IE.
The content in the HTTP Request is empty in firefox and IE. In Safari and Konqueror everything is good (checked in Wireshark).
See attached files for JS code
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | ajax_problem.js added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Thanks for updating the original ticket with the solution you discovered.
As this has been confirmed as not being a jQuery core issue, I am closing as invalid.
Note: See
TracTickets for help on using
tickets.
It's not a JQuery Problem, found a workaround for Firefox here : http://almaer.com/blog/applying-concerns-to-javascript-with-ajax
Sorry for the false ticket.