select boxes 플러그인
select boxes ui 쉽게 변경하기 사용법 $(“.chosen-select”).chosen({max_selected_options: 5}); option allow_single_deselect:true disable_search_threshold:10 no_results_text:’Oops, nothing found!’ max_selected_options : 5 width:”95%” http://harvesthq.github.io/chosen/
더 보기 →