<script type="text/JavaScript"> $(document).ready(function() { $(".widget_style").jCarouselLite({ btnPrev: ".previous", btnNext: ".next", auto: 6000, visible: 7, /*this makes it a true carousel rather than a slideshow*/ circular: true }); }); </script>
<?php wp_enqueue_script('jquery'); ?> <?php wp_head(); ?> <script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jcarousellite_1.0.1.pack.js"></script> <script type='text/javascript' src='<?php bloginfo('template_url'); ?>/includes/js/global.js'></script> <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/iconified.js"></script> <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/iconified.css" media="screen" /> <script type='text/javascript' src='<?php bloginfo('template_url'); ?>/includes/js/fancybox/jquery.easing.1.3.js'></script> <script type='text/javascript' src='<?php bloginfo('template_url'); ?>/includes/js/fancybox/jquery.fancybox-1.2.6.pack.js'></script> <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/includes/js/fancybox/jquery.fancybox-1.2.6.css" type="text/css" />
<?php wp_enqueue_script('jquery'); ?> <?php wp_head(); ?>
<script type="text/JavaScript"> $(document).ready(function() { $(".widget_style").jCarouselLite({ btnPrev: ".previous", btnNext: ".next", auto: 6000, visible: 7, /*this makes it a true carousel rather than a slideshow*/ circular: true }); }); </script>
There are currently 1 users browsing this thread. (0 members and 1 guests)