jQueryTest.html 415 B

1234567891011121314151617181920
  1. <!DOCTYPE HTML>
  2. <html lang="en-US">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Test minified version</title>
  6. <script src="help/jquery-2.2.3.js"></script>
  7. <script src="../../dist/JsBarcode.all.js"></script>
  8. <script src="tests.js"></script>
  9. <script src="jQueryTest.js"></script>
  10. <link rel="stylesheet" type="text/css" href="test.css">
  11. </head>
  12. <body>
  13. <script>
  14. doTests(document.body);
  15. </script>
  16. </body>
  17. </html>