IT/javascript (2) 썸네일형 리스트형 jquery typeahead http://www.runningcoder.org/jquerytypeahead/ jQuery Typeahead Search Configuration Configure jQuery Typeahead Search plugin, learn about the options and what they can do to improve your search bar. www.runningcoder.org 주요 설정부분은 val display dynamic: true source filter: true (default) If set to false, Typeahead will skip any kind of filtering. This option is useful if you already filter the result.. javascript 에서 replace var space_replaced_string = 's p a c e'.replace(/ /g, ''); 이전 1 다음