티스토리 뷰
$.fn.mention = function(param, callback){ // JSON 은 '아이디|이름|소속'으로 구성됨 var url = [주소]; var __this = this; $.getJSON(url, function(jdata){ $(__this).textcomplete([ { mentions: jdata.data, match : /\B@([\.\w]*)$/, search: function (term, callback) { callback($.map(this.mentions, function (mention) { if(mention.indexOf(term) === 0){ var arryMention = mention.split('|'); return arryMention[0] + '<br>' + '(' + arryMention[1] + '), ' + arryMention[2]; }else{ null; } })); }, index: 1, replace: function (mention) { var arryMention = mention.split('<br>'); return '@' + arryMention[0] + ' '; } } ]); }); }; // 사용할 때 $('input[type=text], textarea').mention();
'Develop > Language' 카테고리의 다른 글
Python - Getting IP by host (호스트별 IP 가져오기) (0) | 2018.11.16 |
---|---|
Yaml(yml) Block Literal (Multiline Strings. 멀티라인, 줄바꿈, 야믈) (0) | 2018.07.19 |
[Python, Flask] Flask 사용 시 다른 파일에서 Config 값 불러오는 방법 (2) | 2018.03.21 |
[Java] String[] <-> List<String> 변환 (0) | 2015.07.16 |
[JavaScript] 로딩 이미지 만들기 (0) | 2015.02.16 |
[Boostrap3] paging html 만들기 (0) | 2015.02.16 |
[JavaScript] 페이지 리로드 (0) | 2014.07.04 |
twitter bootstrap modal 이동 가능하게 하기 (0) | 2014.05.26 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 데브옵스
- 엔서블
- Shell Script
- Password manager
- Config History
- 파이프라인
- 리눅스
- nginx
- Nexus
- ssl
- Linux
- Ansible
- iTerm2
- openssl
- 플레이북
- vagrant
- rsync
- 젠킨스
- rundeck
- URL Encoding
- Thread Dump
- DevOps
- Jenkins
- Docker
- PostgreSQL
- 쓰레드덤프
- Playbook
- 엔시블
- groovy
- JVM
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
글 보관함