Difference between revisions of "Template:Tongji-Software/test/css/index.html"

Line 229: Line 229:
  
 
}
 
}
jFlex({
+
$.fn.jFlex = function(options){
autoplay: true
+
return this.each(function(){
})
+
(new jFlex(this, options));
 +
});
 +
};
 +
jFlex({ autoplay: true})
 
</script>
 
</script>
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 14:31, 6 October 2018

<!doctype html> 支持电脑手机端的幻灯片轮播代码