#379 #293 requird속성,클래스 확인 완료

This commit is contained in:
rollydream
2013-03-12 17:01:54 +09:00
parent 9d12373ec7
commit 9d39cf7e88
18 changed files with 32 additions and 28 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
<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>