EasyUI Method for Adding blur Events to Numberbox

  • 2021-07-26 06:36:56
  • OfStack

EasyUI adds blur events to Numberbox:

Add an blur event to an Numberbox named 'txtCouponRateParam'


$("#txtCouponRateParam").numberbox({
      precision:4,
});
$("#txtCouponRateParam").next("span").children().first().blur(function(){
      // Method body 
});

The above is the site to introduce EasyUI for Numberbox blur event method, I hope to help you, if you have any questions welcome to leave me a message, this site will reply to you in time!


Related articles: