Modify ↓
Ticket #4920 (closed enhancement: duplicate)
allow using optional data arg to $.getJSON with jsonp callback
| Reported by: | mmb | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.5 |
| Component: | ajax | Version: | 1.3.2 |
| Keywords: | ajaxrewrite | Cc: | |
| Blocking: | Blocked by: |
Description
Using the optional data argument to $.getJSON to pass query parameters as an associative array will not work with a jsonp callback because the =? will be encoded to =%3F.
Mailing list discussion at http://groups.google.com/group/jquery-dev/browse_thread/thread/dc8e56c38c8417d8
Attachments
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.


patch to allow use of data arg to $.getJSON with jsonp callback