Compatability Problems

Compatability Problems

Hi,

I am trying to get UI Tabs and easySlider 1.7 to work on the same page, but unfortunatley i have been unable to do so.

This is the code i have been using but still to no effect.

  1. <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
               <script type="text/javascript" src="js/jquery-ui-1.7.2.custom.min.js"></script>               
            <script type="text/javascript" src="js/easySlider1.7.js"></script>
            <script>
               
                jq = jQuery.noConflict();
              jq(function(){
                    // Tabs
                    jq('#tabs').tabs();
                   
            });   
           
            $(document).ready(function(){   
                $("#slider").easySlider({
                auto: true,
                continuous: true,
       
                });
            });
                   
            </script>





















Can anybody help me make these two work together?

Many Thanks









    • Topic Participants

    • samk