작업중에 발견한 것 > 자유게시판

자유게시판

작업중에 발견한 것 정보

작업중에 발견한 것

본문

' △ '
 
' ▽ '
 
아래, 위 화살표 그리는 중에 발견한 이모티콘(?) 입니다.
 
이쁘죠? ㅋㅋ
추천
0
  • 복사

댓글 9개

<input type=button value=' △ ' onclick=category_move($('ca_id2'), -1)>
<input type=button value=' ▽ ' onclick=category_move($('ca_id2'), +1)>

ㅋㅋ
에러 발생 수정
<input type=button value=' △ ' onclick="category_move($('ca_id2'), -1)">
<input type=button value=' ▽ ' onclick="category_move($('ca_id2'), +1)">
.ㅋㅋ
응용하여 코멘트 입력창 늘이기/줄이기도 해보니 멋지게 됩니다.^^

<input type=button value=' △ ' onclick="textarea_decrease('wr_content', 10);" style='background-color:<?=$grcolor?>;cursor: pointer;' class='ed' title='줄이기'>
<input type=button value=' □ ' onclick="textarea_original('wr_content', 7);" style='background-color:<?=$grcolor?>; cursor: pointer;' class='ed' title='기본'>
<input type=button value=' ▽ ' onclick="textarea_increase('wr_content', 10);" style='background-color:<?=$grcolor?>; cursor: pointer;' class='ed' title='늘이기'>
© SIRSOFT
현재 페이지 제일 처음으로