Modify ↓
Ticket #5254 (closed bug: invalid)
Using Jquery with HTTPS ,IE 8 Gives Security Warning Dialog box
| Reported by: | gopal | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.2.1 |
| Component: | core | Version: | 1.2.1 |
| Keywords: | IE 8 Security Warning With Jquery when using SSL | Cc: | gopalsarele@… |
| Blocking: | Blocked by: |
Description
Hello,
I am using remove and clone function.
I am using the sample code of this function as on this website
My Application gives Security warning Dialog box when using Jquery.
Can you help me to fix this issue?
Thanks and Regards
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.

Most likely you are linking to the jQuery files using the non-secure " http://" protocol.
Update your links to be site relative (e.g. /path/to/jQuery/on/your/server/jquery-latest.js), or change the protocol/scheme to " https://".