Link to home
Start Free TrialLog in
Avatar of lapucca
lapucca

asked on

Is there a https google library for these?

Hi,
I have a script for our Intranet site and it will only use https jquery library.  Is there a https version for the first 2?  I can't seem to find it here, https://developers.google.com/speed/libraries/devguide
thank you.

      <script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
      <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
      <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/black-tie/jquery-ui.min.css" type="text/css" media="screen" charset="utf-8"/>
      <script type="text/javascript">
SOLUTION
Avatar of soupBoy
soupBoy
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Gary
Gary
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You've already set your links to what's called 'protocol agnostic' so you'll automatically receive the correct version. Leave your links as they are :)
Avatar of lapucca
lapucca

ASKER

the 3rd link with https would land on something but the 1st 2 link I already tried adding https and lands on nothing that's why I posted the question here.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lapucca

ASKER

Thank you everyone.  I had a typo so I didn't land on anything earlier with those 2 libraries.