|
|
|
16년 전
|
조회 1,536
|
|
|
|
16년 전
|
조회 1,414
|
|
|
|
16년 전
|
조회 1,163
|
|
|
|
16년 전
|
조회 1,575
|
|
|
|
16년 전
|
조회 1,545
|
|
|
|
16년 전
|
조회 1,087
|
|
|
|
16년 전
|
조회 1,553
|
|
|
|
16년 전
|
조회 1,009
|
|
|
|
16년 전
|
조회 927
|
|
|
|
16년 전
|
조회 1,092
|
|
|
|
16년 전
|
조회 1,554
|
|
|
|
16년 전
|
조회 1,400
|
|
|
|
16년 전
|
조회 835
|
|
|
|
16년 전
|
조회 1,031
|
|
|
|
16년 전
|
조회 1,308
|
|
|
|
16년 전
|
조회 979
|
|
|
|
16년 전
|
조회 3,491
|
|
|
|
16년 전
|
조회 983
|
|
|
|
16년 전
|
조회 983
|
|
|
|
16년 전
|
조회 840
|
댓글 2개
<span id="typing">
xxx오신걸 진심으로 환영합니다.
</span>
<script type="text/javascript">
interval = 100; //속도조절
if(document.getElementById) {
t = document.getElementById("typing");
if(t.innerHTML) {
typingBuffer = ""; // buffer prevents some browsers stripping spaces
it = 0;
mytext = t.innerHTML;
t.innerHTML = "";
typeit();
}
}
function typeit() {
mytext = mytext.replace(/<([^<])*>/, ""); // Strip HTML from text
if(it < mytext.length) {
typingBuffer += mytext.charAt(it);
t.innerHTML = typingBuffer;
it++;
setTimeout("typeit()", interval);
}
}
</script>
위 내용을 본문에 추가하세여