Skip to content

Instantly share code, notes, and snippets.

View jtjoo's full-sized avatar

Jintae Jay Joo jtjoo

View GitHub Profile
@soomtong
soomtong / textarea.html
Created December 19, 2013 02:57
가장 단순하고 간결한 textarea 자동 조절 예제
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<meta charset=utf-8 />
<title>Auto Resize Textarea</title>
<style>
.wrap {
width: 500px;
}