07 2012 档案

摘要:升级了之前的popUp插件,修复了之前版本的多个性能和兼容问题,本版本兼容IE6-9,firefox,chrome ……[点击下载]js代码: 1 /* 2 author : zhupinglei_zjnb@163.com 3 desc : popUp.js 4 data : 2012/7/19 5 dependon : jquery-1.7.js 6 verson : 3.0 7 */ 8 (function($){ 9 function _popUp(here,options,index){ 10 var _this = this; 11 ... 阅读全文
posted @ 2012-07-19 20:59 妙計出自山人 阅读(2134) 评论(1) 推荐(1) 编辑
摘要:在实际前端开发中,由于select的不稳定性,以及在低版本的IE中的样式不可定性,带来了很大的不方便,因此,开发了这个用列表模拟select的js插件。[点击下载Demo]插件js代码: 1 /* 2 author : zhupinglei_zjnb@163.com 3 desc : SelectSimu 4 data : 2012/07/19 5 dependon : jquery-1.7.js 6 */ 7 (function($){ 8 function _SelectSimu(here,options,index){ 9 var _this = this;10 ... 阅读全文
posted @ 2012-07-19 14:07 妙計出自山人 阅读(4305) 评论(2) 推荐(1) 编辑