使用data-options="onSelect:onChangeDate"

<input data-options="onSelect:onChangeDate"  class="easyui-datebox" name="sportdate" id="sportdate"
                            data-options="formatter:myformatter,parser:myparser" editable="false" />
 function onChangeDate() {
     console.log("日期改变");
 }

 

相关文章:

  • 2022-02-01
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2021-12-04
  • 2022-01-17
相关资源
相似解决方案