반응형 프로그램...52 [WLAN] 용어사전 [WLAN] 용어사전 attenuator - 감쇄기 / 라인으로 연결한 상태에서 Radio 신호를 감쇄할 때 사용하는 무선용 기기 MIC (Message Integrity Check) - 메시지 무결성 체크 / WPA에서 사용 2018. 12. 17. [JQuery] IFrame Form target 지정 [iframe] ID : IFRM Form target 지정form.target = IFRM.name; ReloadIFRM.src = IFRM.srcIFRM.contentDocument.location.reload(true); // replace() 생성하기 : JQueryIFRM.= $(''); $( "body" ).append(IFRM); 삭제하기IFRM.parentNode.removeChild(IFRM); 2018. 11. 23. [JS] 잘쓰는 코드들 [JS] 잘쓰는 코드들[alert]'\n' : 다음줄[타이머]반복 - setInterval(function() { ... }, 지연시간); clearInterval()한번 - setTimeout(function() { ... }, 지연시간); clearTimeout()[새로고침]- - window.location.reload() / relpace() - history.go() - window.location.href=- $('#something').click(function() { location.reload(); }); setInterval(function(){// One of Below}, 5 * 1000); document.getElementById("div_id").innerHTML = "Test.. 2018. 11. 23. [CSS] 버튼 [CSS] 버튼 [IMG].btn {cursor:pointer;} 2018. 11. 23. 이전 1 2 3 4 5 6 7 8 ··· 13 다음 반응형