프로그래밍/jQuery

jquery file custom plugin

p-a-r-k 2017. 2. 28. 14:18
반응형

jquery.filer

html5 input file plugin

input 파일첨부 커스텀



filer.zip


demo : http://filer.grandesign.md/

doc : http://filer.grandesign.md/#documentation


$('#filer_input').filer({
	showThumbs: true,
	addMore: true,
	limit: 1,
	allowDuplicates: false
});


반응형

'프로그래밍 > jQuery' 카테고리의 다른 글

jquery datepicker monthpicker 월선택  (0) 2017.06.13
jquery input 한글/영문/특수문자 입력제한  (0) 2017.03.31
jquery set header for ajax json  (0) 2016.12.23
jquery header fixed layout  (0) 2016.11.08
jquery grid plugin w2ui  (0) 2016.10.26