답변 3개
4년 전
해당 게시판 수정 들어가셔서 스킨 확인 하시고
basic 이시면
basic/view_comment.skin.php
</p>
<p> <tr>
<th scope="row">내용</th>
<td>
<?php if ($comment_min || $comment_max) { ?><strong id="char_cnt"><span id="char_count"></span>글자</strong><?php } ?>
<textarea id="wr_content" name="wr_content" maxlength="10000" required class="required" title="내용"
<?php if ($comment_min || $comment_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?php } ?>><?php echo $c_wr_content; ?></textarea>
<?php if ($comment_min || $comment_max) { ?><script> check_byte('wr_content', 'char_count'); </script><?php } ?>
<script>
$(document).on( "keyup change", "textarea#wr_content[maxlength]", function(){
var str = $(this).val()
var mx = parseInt($(this).attr("maxlength"))
if (str.length > mx) {
$(this).val(str.substr(0, mx));
return false;
}
});
</script>
</td>
</tr></p>
<p>
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
�
대전댁2
4년 전
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
올려둔링크 크롬에서 소스보기한것인데 크롬 pc기준 684번째줄 (이미지기준으로 내용) 변경하려고 하는것이거든요.
크롬브라우저에서 아래주소 복사해서 넣어야 소스보기가 가능하더라구요
view-source:http://spmoney.pe.kr/special_edition/381