Jquery Barcode Example - Jquery

How to generate barcode using jquery?

Snippet Code


  
Rate this page :
  [ 0 votes]

This simple code which generates different tiny lightweight barcodes. You need a jquery barcode plugin to generate barcodes.

<script src='jquery.barcode.0.3.js'></script> <script type='text/javascript'> $(document).ready(function(){ $("#bcode").barcode("1234567", "int25",{barWidth:2, barHeight:10}); }); </script> <div id="bcode" style='width:200px;height:100px;'></div>

Tags


Ask Questions

Ask Question