Hello All, I am a developer who has just begun using JQuery for a new application. Pretty cool stuff. My question is, how do I link to the standard 'jqueryui.com' .css and .js files from a secure application? i.e., suppose my URL is https://www.someapp.com/some-jquery-page-here also suppose I need the following external links on my page: <link href="http://jqueryui.com/latest/themes/base/ui.all.css" type="text/css" rel="stylesheet" /> <script src="http://ui.jquery.com/latest/ui/effects.core.js" type="text/javascript"></script> <script src="http://ui.jquery.com/latest/ui/effects.slide.js" type="text/javascript"></script> As is, a browser like IE will give you that annoying "contains unsecure items" popup menu that we all love so much. Is there an equivalent 'https' link to jqueryui.com that I can use in this case, to avoid getting this popup? Best Regards, pvirk