I have a simple deposit form. In this account, I read the card number through the barcode reader, but this barcode reader calls the send function immediately after putting the value in it. I want to stop the barcode reader from calling the send function, because I have other fields to fill before sending. I want to know how I can stop a barcode reader by sending a request to function j.
source
share