rifatfansz
Results
2
comments of
rifatfansz
yeah it still exist :'(
i'm using on keypress and on keydown it like on input for me now $('.hitung_total_edit').keydown(function(event) { if(event.which == 8) { //response for backspace hitung_total(); } }); $('.hitung_total_edit').keypress(function(event) { if(event.which >=...