Opened 14 years ago
Closed 13 years ago
#5017 closed bug (fixed)
[PATCH] JSONP fails on page with no HEAD
Reported by: | mbrubeck | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | ajax | Version: | 1.3.2 |
Keywords: | jsonp | Cc: | |
Blocked by: | Blocking: |
Description
On a page with no HEAD, JSONP requests fail because jQuery.ajax tries to attach the JSONP script element to the head.
This one-line patch fixes this, using the exact same technique used by the globalEval function in core.js.
Attachments (1)
Change History (2)
Changed 14 years ago by
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r6550