I want to use barcode scanner for input data to text field (I am using JQuery). This barcode scanner read serial number and model name of each product. After scan, serial number and model name appear in one text field.
How to make them appears separately into a different text field. A first text field for serial number and second text field for model name.
Is there some code to make it working?
this is the final answer…my program can run normally..thanks