├── .gitignore ├── CHANGELOG.txt ├── README.md ├── jquery.scannerdetection.compatibility.js ├── jquery.scannerdetection.js └── scannerdetection.jquery.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kabachello/jQuery-Scanner-Detection/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kabachello/jQuery-Scanner-Detection/HEAD/CHANGELOG.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kabachello/jQuery-Scanner-Detection/HEAD/README.md -------------------------------------------------------------------------------- /jquery.scannerdetection.compatibility.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kabachello/jQuery-Scanner-Detection/HEAD/jquery.scannerdetection.compatibility.js -------------------------------------------------------------------------------- /jquery.scannerdetection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kabachello/jQuery-Scanner-Detection/HEAD/jquery.scannerdetection.js -------------------------------------------------------------------------------- /scannerdetection.jquery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kabachello/jQuery-Scanner-Detection/HEAD/scannerdetection.jquery.json --------------------------------------------------------------------------------