摘要:
1.找到jquery.searchableSelect.js 2.找到selectItem函数 修改里面的方法,加入自定义你要回调的函数 selectItem: function(item){ //LYJ自定义回调方法 if (typeof customchange 'function') { cu 阅读全文
posted @ 2016-11-29 14:36 一佳一 阅读(3520) 评论(3) 推荐(0)
|
||
|
摘要:
1.找到jquery.searchableSelect.js 2.找到selectItem函数 修改里面的方法,加入自定义你要回调的函数 selectItem: function(item){ //LYJ自定义回调方法 if (typeof customchange 'function') { cu 阅读全文
posted @ 2016-11-29 14:36 一佳一 阅读(3520) 评论(3) 推荐(0) |
||