这里。 http://www.host-bg.eu/我有一个滑块,我在IE浏览器中看到它,mozilla,但我无法在谷歌浏览器中看到任何想法?
// 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>