#43 closed bug (fixed)
ready does not work over https with msie
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | core | Version: | 1.0 |
Keywords: | https ready | Cc: | [email protected]… |
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 17 years ago by
Cc: | [email protected]… added |
---|---|
Version: | → 1.0 |
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I'm marking this as resolved, until I hear otherwise.
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.