<div id="bcTarget" style="margin: 15px auto 5px"></div>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="jquery-barcode.js"></script>
<script>
$("#bcTarget").barcode(barcode, "code128",{barWidth:2, barHeight:70, fontSize: 20});
</script>
'[ Web 관련 ] > jQuery' 카테고리의 다른 글
부트스트랩 모달 보일때, 닫을때 이벤트 (0) | 2020.09.08 |
---|---|
클립보드에 복사하는 clipboard.js 라이브러리 (0) | 2020.08.05 |
프로필, 아바타 이미지 업로드 (+미리보기) 코드 및 CSS 참조 (0) | 2020.07.13 |
부트스트랩 모달 가운데 위치시키기 (bootstrap 4.1) (0) | 2020.07.09 |
jQuery select box 컨트롤 (0) | 2020.07.07 |