728x90
반응형
질문 : StackOverflow의 입력 태그와 같은 jQuery 자동 완성 태그 지정 플러그인?
SO가 태그 입력에 사용하는 것과 동일한 자동 완성을 수행하는 솔루션은 무엇입니까?
한 단어를 처리 할 수있는 플러그인이 있지만 여러 단어를 처리하는 플러그인은 본 적이 없습니다.
답변
활동 순서, 사용 가능한 데모 / 예제 및 단순성 :
- ( 데모 ) https://github.com/yairEO/tagify
- ( 데모 ) https://github.com/aehlke/tag-it
- ( 데모 ) http://ioncache.github.com/Tag-Handler/
- ( 데모 ) http://textextjs.com/
- ( 데모 ) https://github.com/webworka/Tagedit
- ( 데모 ) https://github.com/documentcloud/visualsearch/
- ( 데모 ) http://harvesthq.github.io/chosen/ (이것은 실제로 태그 지정 플러그인이 아닙니다)
- (데모?) http://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/
- (데모?) http://jcesar.artelogico.com/jquery-tagselector/
- (데모?) http://remysharp.com/wp-content/uploads/2007/12/tagging.php
- (데모?) http://pietschsoft.com/post/2011/09/09/Tag-Editor-Field-using-jQuery-similar-to-StackOverflow.aspx
관련 :
출처 : https://stackoverflow.com/questions/519107/jquery-autocomplete-tagging-plug-in-like-stackoverflows-input-tags
728x90
반응형
'프로그래밍 언어 > jQuery, ajax' 카테고리의 다른 글
jQuery를 사용하여 Bootstrap madal 창을 여는 방법 (0) | 2021.08.10 |
---|---|
jQuery에서 Ajax 요청으로 FormData 객체를 보내는 방법 (0) | 2021.08.09 |
jQuery를 사용하여 <input type='file' /> 값을 지우는 방법 (0) | 2021.08.06 |
jQuery 비활성화 / 활성화 submit 버튼 (0) | 2021.08.06 |
jQuery 원하는 요소로 스크롤 하는 방법 (0) | 2021.08.05 |