HTTPS blocking access from jquery.com/mobile/

HTTPS blocking access from jquery.com/mobile/

Hi all,
 
I was working on a site and experimenting with query.mobile. on my home test server all was working - but when I put it on the main server the query.mobile stopped working.
 
I think I have it tracked down to the SSL cert -  https
 
When the .htaccess file is taken away and I view site on HTTP not HTTPS then it works
 
but the HTTPS seems to block the  header lines below.....
 
Q: any idea how to fix these links?
 
these are not a problem I think (on my server- not cloud)
<link rel="stylesheet" href="inc/jq/themes/theme-02.css" />
<link rel="stylesheet" href="inc/jq/themes/jquery.mobile.icons.min.css" />
 
these ARE a problem on https I think
<link rel="stylesheet" href=" http://code.jquery.com/mobile/1.4.5/jquery.mobile.structure-1.4.5.min.css" />
<script src=" http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src=" http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js">
 
 
============
 
the .htaccess file
 
==========
 
#RewriteEngine On
#RewriteCond %{HTTPS} !=on
#RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]