Opened 13 years ago
Closed 13 years ago
#5042 closed bug (invalid)
JSONP callback does not work for urls like format_options=callback:?
Reported by: | wavded | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | ajax | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When using $.getJSON ...
http://myurl.com/app?format_options=? will work
http://myurl.com/app?format_options=callback:? won't work
Note: See
TracTickets for help on using
tickets.
Could you provide a link to the API that requires the callback in this format?