JQuery Mobile does not work in a secure environment (https)

0

I have a site where an area of it is using the digital certificate (https), but jquery mobile does not work. How would I go about solving this? Here's what I'm calling below:

<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>jQuery Mobile: Theme Download</title>
    <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script><scriptsrc="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile.structure-1.4.5.min.css" />
    <link rel="stylesheet" href="themes/pertutti.min.css" />
    <link rel="stylesheet" href="themes/jquery.mobile.icons.min.css" />

  <style media="screen">
  table { width:100%; border-spacing: 0; }
   th { text-align:left; }
   th h3 { margin:.6em 0 .6em .5em; }
   th, td { vertical-align:top; border-top:1px solid #eee; padding: 1px 3px; background-color:#fcfcfc; }
   td .ui-btn { margin:.4em 0 .5em 0; }
   td .ui-btn-inner { padding: .4em 15px; }
  </style>
</head>
<body>
....
    
asked by anonymous 09.08.2017 / 23:23

0 answers