#8864 closed bug (worksforme)
jQuery 1.5 Ajax in Windows 7 Gadgets
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | ajax | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
No Ajax Request possible with a fresh and updated installation of Windows 7 64bit, Internet Explorer 9.
After downgrading to jQuery 1.4.4, the ajax requests went fine.
- Gadget Development
- Windows 7 64bit
- Internet Explorer 9 Engine (Running ion 64bit on Windows Gadgets)
Change History (3)
comment:1 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Component: | unfiled → ajax |
---|
Note: See
TracTickets for help on using
tickets.
Thanks for submitting a ticket to the jQuery Bug Tracker. The issue here is that the environment you're working with is effectively considered a local file so any attempt to request on the network is considered cross-domain.
Since IE doesn't support CORS, no transport is found. The workaround to get this working with jQuery 1.5.x is to set jQuery.support.cors = true in the code for your gadget.