Re: Using Jquery Cycle Plug-In for Welcome Image
I am pretty sure you should put some literal tags around your js. Not sure if that will fix everything but thats one problem.
<script type="text/javascript">
{literal}
$(document).ready(function(){
$('.welcome-top').cycle({
fx: 'fade'
});
});
{/literal}
</script>
|