1.找到jquery.searchableSelect.js

2.找到selectItem函数 修改里面的方法,加入自定义你要回调的函数

selectItem: function(item){

 

     //LYJ自定义回调方法
     if (typeof customchange === 'function') {
     customchange();

  }
 },

这样就搞定啦!

 

相关文章:

  • 2021-10-24
  • 2022-02-25
  • 2021-04-06
  • 2021-07-06
  • 2021-06-26
猜你喜欢
  • 2021-04-07
  • 2022-01-14
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2021-11-09
  • 2022-12-23
相关资源
相似解决方案