摘要: js插件代码如下:$.fn.extend({ //焦点图 INA_focus:function(opt,callback){ if(!opt){} var _this=$(this),nr=_this.find(opt.qhys||"img"),controls=opt.controls||"... 阅读全文
posted @ 2015-06-02 13:57 蔡明 阅读(246) 评论(1) 推荐(0)
摘要: 在写插件之前我们需要引用一个jquery库html代码如下:123112233css如下:.ina_tab{ width:300px; height:200px; background:#ddd; float:left; margin:20px;}.ina_tab ul{ width:100%; f... 阅读全文
posted @ 2015-06-02 13:39 蔡明 阅读(918) 评论(0) 推荐(0)