本文主要介紹了EasyUI為Numberbox添加blur事件的方法 ,非常不錯,具有參考借鑒價值,需要的朋友可以參考下,希望能幫助到大家。
EasyUI為Numberbox新增blur事件的方法:
為名為'txtCouponRateParam'的Numberbox新增blur事件
$("#txtCouponRateParam").numberbox({ precision:4, }); $("#txtCouponRateParam").next("span").children().first().blur(function(){ //方法体 });
相關推薦:
input的blur事件與button的click事件詳細介紹
#以上是詳解EasyUI為Numberbox新增blur事件的詳細內容。更多資訊請關注PHP中文網其他相關文章!