Skip to content

patcullen/BarcodeReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ScannerKeystrokeObserver

ScannerKeystrokeObserver is a class to automatically detect entries from a hardware device that generates keystrokes (like a barcode scanner).

Screenshot

How to use

Include a reference to the ScannerKeystrokeObserver.js script file and the following code in a script block in the head of your web page.

new ScannerKeystrokeObserver({
	onRead: function(v) {
		$('txtGlobal').set('value', v).highlight();
	}
});

Screenshots

Screenshot

About

A mootools class to facilitate the reading from a barcode reading device

Resources

Stars

Watchers

Forks

Packages

No packages published