0

这里。http://www.host-bg.eu/我有一个滑块,我在 IE、mozilla 中看到它,但我在 google chrome 中看不到任何想法?

// Set up Sliders
        // **************
        $(function(){

            $('#slider1').anythingSlider({
                theme           : 'metallic',
                easing          : 'easeInOutBack',
                autoPlay        : true,

                navigationFormatter : function(index, panel){
                    return ['Slab', 'Parking Lot', 'Drive', 'Glorius Dawn', 'Bjork?', 'Traffic Circle'][index - 1];
                },
                onSlideComplete : function(slider){
                    // alert('Welcome to Slide #' + slider.currentPage);
                }

            });


            // tooltips for first demo
            $.jatt();

        });
    </script>
4

0 回答 0