I am using PHP5...I need to use barcode scanner for some functionality. On scan of every barcode am fetching value from database which is already stored. I am using ajax for that. My problem is that am not getting which jquery event i have to use to achieve this?
I tried blur function. But I need to take curser out every time which may be inconvenient for user. I tried keyup event which is taking first number of barcode which is not usefull. Next i used this Jquery plugin which also taking first number of barcode.
In This link they advising to use .net drivers . but i am using PHP 5 /CakePHP 2.10. Please guide me with this.