모바일: #434 에 따른 온라인 서식 label title placeholder 처리

This commit is contained in:
whitedot
2013-04-17 16:56:14 +09:00
parent 0e9d2318d9
commit fe80ef65ce
24 changed files with 76 additions and 48 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" title="댓글내용입력(필수)" name="wr_content" required
<textarea id="wr_content" name="wr_content" required
<? if ($comment_min || $comment_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?>><? echo $c_wr_content; ?></textarea>
<? if ($comment_min || $comment_max) { ?><script> check_byte('wr_content', 'char_count'); </script><?}?>
</td>