왁자지껄 지화자 어절씨구 아싸가오리 으쌰으쌰 에헤라디여~ // 만약 jQuery를 사용한다면 아래의 사용자정의 trim(str) 대신 jQuery.trim(str) 사용 function trim(str) { return str.replace(/^\s\s*/, '').replace(/\s\s*$/, ''); } String.prototype.trim = function() { return this.replace(/^\s\s*/, '').replace(/\s\s*$/, ''); } // textarea 내용을 문장별 태그 지정하여 HTML로 반환 function getTextareaHTML(textareaId) { return " "+ document.getElementById(textareaId).valu..
function insertAtCursor(areaId,text) { var txtarea = document.getElementById(areaId); var scrollPos = txtarea.scrollTop; var strPos = 0; var br = ((txtarea.selectionStart || txtarea.selectionStart == '0') ? "ff" : (document.selection ? "ie" : false ) ); if (br == "ie") { txtarea.focus(); var range = document.selection.createRange(); range.moveStart ('character', -txtarea.value.length); strPos = ..
- Total
- Today
- Yesterday
- laravel
- git
- CSS
- Android
- API
- Debug
- Wordpress
- javascript
- centos
- Docker
- 한글
- nginx
- IOS
- 안드로이드
- Mac
- iis
- macos
- ASP
- 워드프레스
- PHP
- nodejs
- sencha touch
- iphone
- Prototype
- mssql
- classic asp
- Linux
- JQuery
- JSON
- IE
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |