1 Repo
jQuery plugins that generate scannable QR codes from data strings.
Distinct from jQuery Plugins: Distinct from general jQuery Plugins: specifically generates QR codes as a jQuery plugin.
Explore 1 awesome GitHub repository matching web development · QR Code Generators. Refine with filters or upvote what's useful.
jquery-qrcode is a client‑side QR code generator built as a jQuery plugin. It creates QR code images entirely in the browser without sending data to an external service, making it suitable for offline usage and reducing network dependencies. The plugin accepts input data — such as a string or URL — and produces a QR code that can be rendered as an image in any selected DOM element. Because it is a jQuery plugin, jquery-qrcode integrates naturally into existing jQuery‑based web projects using the usual plugin API. The generated QR code can be customised with adjustable size, error correction l
Integrates QR code generation into existing jQuery-based web projects with a simple plugin API for populating divs and canvas elements.