Skip to content

Gottox/jQR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Flattr this git repo

jQR

jQR is a jQuery plugin generates QR-Codes without calling external urls. It's entirely written in Javascript

Usage

	<div id="qrcode"></div>
	<script language="javascript">
		$(document).ready(function() {
			$('#qrcode').qrcode("Hello World");      
		});
	</script>

Bugs

Currently, jQR generates too big QR-Codes, therefor, it's only usefull for small amounts of data. I'm hoping to get this fixed.

About

Generates a QR-Code in Plain Javascript using canvas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published