tab组件的使用
tab组件的应用纯css $(function(){ $.tabs = function(obj){ return (this instanceof $.tabs) ? this.init.apply(this,arguments) : new $.tabs(obj) } //主动事件 通过编程触发 //被动事件 由用户的行为触发 $.tabs.prototype = { init:function(obj){ var t
下载地址
用户评论