#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: | |
Blocked by: | Blocking: |
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 (1)
Change History (5)
Changed 14 years ago by
Attachment: | jquery_array_arg_jsonp.patch added |
---|
comment:1 Changed 12 years ago by
Milestone: | 1.4 → 1.5 |
---|---|
Status: | new → open |
comment:2 Changed 12 years ago by
Keywords: | ajaxrewrite added |
---|
comment:3 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
patch to allow use of data arg to $.getJSON with jsonp callback