#369 사용자 :스킨 폴더 내 전체 온라인 서식 input,label 연결 확인(모바일포함)

This commit is contained in:
rollydream
2013-03-13 13:16:06 +09:00
parent 1091fc8f30
commit 44414beaa0
8 changed files with 13 additions and 14 deletions

View File

@ -116,7 +116,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
<th scope="row">내용</th>
<td>
<? if ($comment_min || $comment_max) { ?><strong id="char_cnt"><span id="char_count"></span>글자</strong><?}?>
<textarea id="wr_content" name="wr_content" required class="required'
<textarea id="wr_content" name="wr_content" required class="required"
<? if ($comment_min || $comment_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?> title="댓글내용입력(필수)"><? echo $c_wr_content; ?></textarea>
<? if ($comment_min || $comment_max) { ?><script> check_byte('wr_content', 'char_count'); </script><?}?>
</td>