jQuery keyup() method - add text on input

0 votes
252 views
added Aug 21, 2018 in jQuery by LC Marshal Captain (25,790 points)
$('#otp-input').keyup(function(){
  $('#otp-number').removeClass('disabled');
});

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...