Modify ↓
Ticket #1685 (closed bug: worksforme)
$.ajax() places action url parameters in post.
| Reported by: | rip747 | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.1 |
| Component: | ajax | Version: | 1.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I really have no idea if that is a proper summary. Anywho, here is the problem.
It seems that everything works great if your form is post to a url like "index.cfm", however if you try to post to a url like "index.cfm?event=insert", $.ajax() will put the url parameter into the post and not keep it in the URL. Is this making sense to anyone or am I not explaining this correctly?
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

This was fixed in jQuery 1.2.1.