As part of Step 1 on the demo page you were instructed to put this along with some other things in the head of the page:
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
Since that's not secure, once your page is, the browser will not use it. Change it to (note - don't copy code from a message the forum sends you, it may be corrupted, instead log on and copy from the post itself):
Code:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
There could also be other problems, like if any of the other resources for this script are not on the ssl partition. But that's generally unlikely, so this is probably all you need to change.
The browser cache may have to be cleared and/or the page reloaded to see changes.
If you need and want more help, please post a link to your page so we can see what's happening.
Bookmarks