View Single Post
  #5  
Old 05-07-2010, 11:50 AM
 
joncampbell joncampbell is offline
 

Advanced Member
  
Join Date: Apr 2010
Location: Vancouver, BC
Posts: 60
 

Default 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>
Reply With Quote