반응형
Notice
Recent Posts
Recent Comments
Link
목록jQuery (3)
둘에서 하나로....
jquery Formdata를 이용해 업로드 방법
jquery를 이용한 ajax 업로드 방법입니다. 페이지를 전환하지 않고 파일이나 자료등을 전송할 수 있습니다.
프로그래밍
2021. 12. 12. 11:49
[php] 다중 셀렉트(시도, 구군, 동을 선택하는 프로그램)
php와 jquery로 작성된 다중 셀렉트 예문입니다.
프로그래밍
2020. 10. 31. 21:50
자바스크립트로 바코드스캐너 연결하기
jquery를 사용시 아래와 같이 하면 바코드 스캐너로 입력하는 값을 처리할 수 있습니다. $(document).scannerDetection({ timeBeforeScanTest: 200, // wait for the next character for upto 200ms startChar: [120], // Prefix character for the cabled scanner (OPL6845R) endChar: [13], // be sure the scan is complete if key 13 (enter) is detected avgTimeByChar: 40, // it's not a barcode if a character takes longer than 40ms onComplete: funct..
프로그래밍
2019. 5. 15. 11:39