HTTPS-friendly jQuery CSS theme from Google CDN

1k views Asked by At
1

There are 1 answers

3
Asif On

You cannot do anything about it. Because jquery-ui.css from https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css internally uses images with http://... only.

Try protocol-relative URL (by section 4.2 of RFC 3986):

<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css"  
type="text/javascript"></script>