I'm building a site using the foundation responsive design framework and they have a slick little jquery slide show they use. I've uploaded and linked all the JS files correctly, but I'm getting an error when it's trying to load the slideshow with the function:
Code: Select all
<__script__ type="text/javascript">
$(window).load(function() {
$('.slide-show').orbit();
});
</__script>
Code: Select all
string(135) "Smarty error: [in tpl_body:23 line 97]: syntax error: unrecognized tag: $('.slide-show').orbit(); (Smarty_Compiler.class.php, line 446)" string(111) "Smarty error: [in tpl_body:23 line 97]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590)"
thanks,
D