Hey guys,
As recommended I'm calling google for my jQuery javascript:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
The only trouble is that it's an insecure http call on my https pages. Is there a way to switch between http and https based on what page the visitor is on? I'm currently doing the inelegant solution of just hardcoding https:// for the call.
Thanks for the advice,
- Evan

