This is not a javascript problem, it’s an ssl probem.
You can’t get a file through an insecure connection (http) from a html page served through a secure connection (https). If you’re going to use https (and you SHOULD!) then you need to get the script through a secure connection. To get the file, you should use:
<script type="text/javascript" src="https://www.turnjs.com/lib/turn.min.js "></script>
And make sure that the file is being served through https, by configuring the server accordingly. Here’s a simple configuration for lighttpd, and here’s one for apache. If you don’t have a CA signed certificate, you could get one with letsencrypt ( www.letsencrypt.org/getting-started/ ). If you don’t control the server, you should get in contact with the person who does.
Related Posts:
- How do I redirect to another webpage?
- Uncaught ReferenceError: jQuery is not defined [duplicate]
- How do I check whether a checkbox is checked in jQuery?
- syntax error: unexpected token <
- Error OPTIONS net::ERR_CONNECTION_REFUSED
- Uncaught ReferenceError: jQuery is not defined [duplicate]
- JQuery – $ is not defined
- Cannot read property ‘push’ of undefined when combining arrays
- Download File Using JavaScript/jQuery
- Disabling and enabling a html input button
- Check if checkbox is checked with jQuery
- How can I get the data-id attribute?
- document.getElementById vs jQuery $()
- Check if checkbox is checked with jQuery
- How to import jquery using ES6 syntax?
- How to filter an array/object by checking multiple values
- Getting Error “Form submission canceled because the form is not connected”
- Infinite Scrolling in Asp.Net MVC with jQuery / AJAX Issues
- What are the difference between $(document).bind(‘ready’, function) and $(document).ready(function() {})
- How can jQuery deferred be used?
- Uncaught TypeError : cannot read property ‘replace’ of undefined In Grid
- Disable/enable an input with jQuery?
- What does on() in JavaScript do?
- How to use php code in javascript
- Use images like checkboxes
- How to read xml file contents in jQuery and display in html elements?
- JavaScript error (Uncaught SyntaxError: Unexpected end of input)
- How can I print using JQuery
- Loading local JSON file
- How to check all checkboxes using jQuery?
- ChangeDate – Date Picker Bootstrap
- Uncaught TypeError: Cannot read property ‘msie’ of undefined
- How to hide a div with jQuery?v
- How do I set/unset a cookie with jQuery?
- Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH
- keycode 13 is for which key
- How to update array value javascript?
- Equivalent of jQuery .hide() to set visibility: hidden
- How can I get the last character in a string?
- Uncaught TypeError: Cannot read property ‘name’ of undefined
- TypeError: $(…).DataTable is not a function
- jQuery explode string like PHP
- Validate date in dd/mm/yyyy format using JQuery Validate
- Dynamically load JS inside JS
- Simulate Keypress With jQuery
- Adding options to a
- How to add an object to an array
- jQuery Ajax POST example with PHP
- Setting and getting localStorage with jQuery
- this vs $(this)
- Javascript isnull
- Set value to currency in
- How to open a URL in a new Tab using JavaScript or jQuery?
- SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
- HTML Entity Decode
- Extract hostname name from string
- how to get the value of a textarea in jquery?
- How do I pass the this context to a function?
- Escaping HTML strings with jQuery
- How to use z-index in svg elements?
- Why define an anonymous function and pass it jQuery as the argument?
- How to scroll an HTML page to a given anchor
- What is the best way to detect a mobile device?
- How to filter JSON Data in JavaScript or jQuery?
- Get querystring from URL using jQuery [duplicate]
- jQuery checkbox change and click event
- jQuery selectors on custom data attributes using HTML5
- How do I refresh a DIV content?
- TypeError: abc.getAttribute is not a function
- jQuery sort elements using data id
- How to fire an event on class change using jQuery?
- Uncaught SyntaxError: Unexpected token with JSON.parse
- TypeError getElementsByTagName is not a function issue
- How to open a Bootstrap modal window using jQuery?
- window.location.replace() not working to redirect browser
- How to check if the URL contains a given string?
- Check if url contains string with JQuery
- jquery to validate phone number
- Closing Bootstrap modal onclick
- stopPropagation vs. stopImmediatePropagation
- What’s a Good Javascript Time Picker?
- Ajax success function
- How can I exit from a javascript function? [duplicate]
- Cannot read property ‘preventDefault’ of undefined in javascript error
- Object doesn’t support property or method ‘addEventListener’
- How to fix javascript .toFixed is not a Function error
- jQuery checkbox checked state changed event
- etect the Enter key in a text input field
- Jquery function working in Chrome Console but not in the code [closed]
- How to set callback to execute after all the tinyMCE editors have been initialized?
- is_page_template() written in jquery/javascript
- Cannot use characters ” in jQuery script in WordPress
- On click load iframe [closed]
- Can’t get rid of JQMIGRATE: Migrate is installed, version 3.3.2. Manually updated all the libralies and site. 5.8.2
- Script only works on wordpress home page & only when Jqurery is aded using
- Error on clicking ‘Screen Options’ tab only at Products-related editor screen(s) and for specific user
- Select parent from child class name then add another class name to the parent
- Uncaught ReferenceError: tippy is not defined
- Error – Uncaught TypeError: e.dispatchEvent is not a function
- Metabox conditionals depending on post format and template in Gutenberg