Modify ↓
Ticket #43 (closed bug: fixed)
ready does not work over https with msie
| Reported by: | alistair.potts@… | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Component: | core | Version: | 1.0 |
| Keywords: | https ready | Cc: | alistair.potts@… |
| Blocking: | Blocked by: |
Description
the writing of the script defer tag causes a "dual content" error on msie, all versions.
The suggested fixes on the orignator's site don't work.
Removing the src attribute completely causes the ready not to trigger at all.
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.

Alistair - I changed the code that handles this in SVN. The src now points to: src=" https:///" and that seems to work. The source for it can be found here: http://jquery.com/src/jquery-svn.js Let me know if this works (or breaks) for you.