摘要: 基于jquery-easyui1.3.2 1 $.extend($.fn.combo.methods, { 2 lableFunction:function(jq){ 3 return jq.each(function(){ 4 var opts = $.data(this,'combo').options; 5 if(opts.multiple){ 6 var that = this; 7 var combo = $.data(this, "combo").... 阅读全文
posted @ 2013-12-30 22:39 天堂爱 阅读(1173) 评论(0) 推荐(1)