Barcode Generation
This commit is contained in:
20
node_modules/jsbarcode/test/browser/jQueryTest.html
generated
vendored
Normal file
20
node_modules/jsbarcode/test/browser/jQueryTest.html
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Test minified version</title>
|
||||
<script src="help/jquery-2.2.3.js"></script>
|
||||
|
||||
<script src="../../dist/JsBarcode.all.js"></script>
|
||||
|
||||
<script src="tests.js"></script>
|
||||
<script src="jQueryTest.js"></script>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="test.css">
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
doTests(document.body);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user