2

How can I replace following lines with links to the Google jQuery API?

1st line is already done.

<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> 

<script type="text/javascript" src="catalog/view/javascript/jquery/tab.js"></script> 
<script type="text/javascript" src="catalog/view/javascript/jquery/fancybox/jquery.fancybox-1.3.1.pack.js"></script> 
<script type="text/javascript" src="catalog/view/javascript/jquery/fancybox/jquery.easing-1.3.pack.js"></script> 
<script type="text/javascript" src="catalog/view/javascript/jquery/jquery.cookie.js"></script> 

and maybe even this line:

<link rel="stylesheet" type="text/css" href="catalog/view/javascript/jquery/fancybox/jquery.fancybox-1.3.1.css" media="screen" /> 

2 Answers 2

5

You can't...google doesn't host these plugins like they do jQuery Core and jQuery UI.

You can see what they host here: http://code.google.com/apis/libraries/devguide.html

Sign up to request clarification or add additional context in comments.

Comments

0

The plugins are not a part of the CDN as of yet. Plugins are mostly user built, so I doubt if there will be a CDN for that.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.