A:
If you want to get the latest jQuery or use google apis version, you can change it here:
1. Go here to find the latest version of Google API for jQuery:
http://code.google.com/apis/libraries/d ... tml#jquery
2. Copy the "path" line WITHOUT the "https:" part, example: 3. EDIT: catalog/view/theme/YOURTHEME/template/common/header.tpl
4. FIND:
Code: Select all
<script type="text/javascript" src="catalog/view/javascript/jquery/jquery-1.6.1.min.js"></script>
Code: Select all
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>