Questions tagged [jquery-barcode]

A jQuery plugin that allows barcode generation.

A jQuery plugin that allows barcode generation. Barcode is a tiny and lightweight jQuery plugin that has the ability to generates 8 types of Barcode and outputs as CSS, BMP, SVG or Canvas for your work.

7 questions
2
votes
0 answers

Is there a way to print multiple bar codes for each entry?

I am attempting to print the isbn bar code, title, author, published date and if it exists the alternate isbn. The code below works great with just one isbn, but when I try to add another it will not print the second bar code. Here is what I…
Jim
  • 1,315
  • 4
  • 17
  • 45
1
vote
1 answer

How to read barcode image as input onsubmit

I have two form input elements as a class [1] and my jQuery [2]. What I want: two barcodes (DataMatrix symbology); one representing true and one representing false (or yes and no). When a barcode input is scanned, something happens depending on…
Jim
  • 1,499
  • 1
  • 24
  • 43
1
vote
0 answers

Barcode Label printing-web garden-best practices –architecture design

Here is the question. We have an (asp.net web) application that prints barcode labels. I have basically two approaches. The environment is load balancer environment (completely secure and completely internal environment -Web garden). Let’s say we…
1
vote
1 answer

proper use of length in JS

I am attempting to print out lables (bar codes) from a table using JS (the table is using JQ Tablesorter) and the barcode jquery. My issue is that I need to iterate through all of the isbn's and it is showing one number per line. Here is the code…
Jim
  • 1,315
  • 4
  • 17
  • 45
0
votes
1 answer

Keyboard input vs Barcode Input

I have a textbox that shows only numbers and I have a barcode scanner now the thins is that when I type on my keyboard I can only type 1 character and it will show 1 character…
SHSHSHSHS
  • 1
  • 5
0
votes
1 answer

Barcode Settings in Jquery

I am using jquery-barcode. The following code works in a way:
user1621308
  • 172
  • 3
  • 15
0
votes
1 answer

node.js and Serial ports

I'm trying to build a simple web app that reads the clients' serial port that is connected to a barcode scanner. I have done this using ActiveX but it only works on IE browsers, i have heard that I can now do this using node.js and serial-node. Can…