Monday, October 27, 2014

How to Prevent Conflict j query?

  <script type="text/javascript">
        var $j = jQuery.noConflict();
        $j(function () { $j(".slideshow").cycle({ fx: "fadeout", timeout: 4000 }); $j('#slider').slider({}); });
     </script>

No comments:

Post a Comment