ie 에서는 radio 버튼 동작을 방향키로 제어 가능하다.

 

(

On IE, when a radio button group is reached via tabbing, the initially selected button is focused on, and the dotted rectangle indicates this. You can use arrow keys to move between the buttons inside the group; both "down" and "right" arrow move forward inside the group, and both "up" and "left" arrow move backward. And upon moving to a button, that button gets checked (and the button in the group that was checked gets unchecked).

http://stackoverflow.com/questions/10739863/radio-button-keyboard-trap

)


alt + [ENTER]


한 번만 리ㄹ드 처리하기 위해서 아래 처럼 URL history 를 바꾸는 방법을 쓸 수 있다.

 

보기1.

var stateObj = { foo: "bar" };
history.pushState(stateObj, "page 2", "bar.html");

 

보기2.

history.pushState('', 'new title', '/abc/def/ghi.html');

 

참고:

https://developer.mozilla.org/en-US/docs/Web/API/History_API#Adding_and_modifying_history_entries

 



eclipse 찾기 때, 파일 끝에서 되돌리기

ctrl +F 창에서 wrap search 선책 


http://blog.naver.com/PostView.nhn?blogId=qtcube&logNo=60129954554



down voteaccepted

http://stackoverflow.com/questions/17152494/jquery-addclass-to-label-if-radio-button-checked


$("input:radio").next('label').addClass("checked");



xcopy /t /e "C:\Your Folder" "C:\New Folder"

(

http://cects.com/copying-directory-structures-without-files/

)


chrome debugger

카테고리 없음 2016. 10. 15. 10:38

https://developers.google.com/web/tools/chrome-devtools/


http://html5rocksko.blogspot.kr/2014/04/debugging-asynchronous-javascript-with-chrome-devtools.html


http://www.devblog.kr/r/8y0gFPAvJ2j8MWIVVXucyP9uYvQegfSVbY5XNEHuz


http://comajava.blogspot.kr/2013/11/chrome-css.html


.gitconfig 파일 찾아서 편집