Stickr.js
Stickr.js copied to clipboard
Demo site fails on latest Chrome
Opening https://banago.github.io/Stickr.js/ gives:
(index):8 Mixed Content: The page at 'https://banago.github.io/Stickr.js/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Open+Sans:400,700'. This request has been blocked; the content must be served over HTTPS.
(index):1 Mixed Content: The page at 'https://banago.github.io/Stickr.js/' was loaded over HTTPS, but requested an insecure script 'http://code.jquery.com/jquery-1.11.2.min.js'. This request has been blocked; the content must be served over HTTPS.
jquery.stickr.js:92 Uncaught ReferenceError: jQuery is not defined
at jquery.stickr.js:92
(index):203 Uncaught ReferenceError: $ is not defined
at (index):203
(index):229 A parser-blocking, cross site (i.e. different eTLD+1) script, https://ssl.google-analytics.com/ga.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
(anonymous) @ (index):229
(index):229 A parser-blocking, cross site (i.e. different eTLD+1) script, https://ssl.google-analytics.com/ga.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
(anonymous) @ (index):229
(index):1 Mixed Content: The page at 'https://banago.github.io/Stickr.js/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Open+Sans:400,700'. This request has been blocked; the content must be served over HTTPS.
Use
jQuery(document).ready(function($){ $('#your_css_id').stickr(); });