Javascript smarty Error
Hey guys,
I'm trying to place a Jquery Featured content slider on my website.
I can't get it to work. Must have something to do with the javascript code:
<script type="text/javascript">
$(document).ready(function(){
$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
});
</script>
Could anyone please help me out?
Thanks in advance!
Greetings from Holland,
Yorick
|