Well I have the following form:
<form name="produto" method="post" action="cadastra.php">
<input name="cod" type='text'>
<button type='submit'>FINALIZAR</button>
</form>
Good Whenever I use the barcode reader it reads the code and submits the form, how do I avoid this? I just want him to read the code.
Is there any way to do this with jQuery?