본문 바로가기

HTML57

create line to svg # create line to svg ##### [source : https://jsfiddle.net/softm/tufpj6gx/ ](https://jsfiddle.net/softm/tufpj6gx/) ```html ``` 2019. 7. 12.
jquery sortable mobile html5 # download : http://touchpunch.furf.com/ jsfiddler : https://jsfiddle.net/softm/a0Lkfc8c/1/ TEST sortable 1. jQuery UI Touch Punch mobile Touch Event. site : http://touchpunch.furf.com/ TEST01 TEST02 TEST03 TEST04 2. Jquery UI sortable을 이용한 방법. site : http://jqueryui.com/sortable/ Re-order 1 2 3 4 5 6 7 Submit 2015. 4. 8.
jquery toast https://jsfiddle.net/08wLdn1w/8/ toast 2015. 4. 8.
html5 device orientation (기기 방향전환) http://blog.outsider.ne.kr/465 https://developer.mozilla.org/ko/docs/WebAPI/Detecting_device_orientation http://www.html5rocks.com/en/tutorials/device/orientation/devicemotionsample.htmlhttp://www.html5rocks.com/en/tutorials/device/orientation/ http://www.w3schools.com/jquerymobile/jquerymobile_events_orientation.asp https://developer.chrome.com/devtools/docs/device-mode http://qnibus.com/blog/u.. 2015. 2. 17.
html, css, 웹 표준 정보 html 및 css : http://caniuse.com/ https://developer.mozilla.org/en-US/docs/Web/CSS/:disabled w3school : http://www.w3schools.com/cssref/sel_after.asp api 표준 정리 : http://html5.clearboth.org/ 2014. 5. 7.
Using "history api" in HTML5 ※ 참고 http://naver.yojm.net/150146744487 # 히스토리 처리 개념. 페이지의 이동이 있을경우 history가 쌓이게되고. 앞으로 뒤로가기 기능을 통해 history페이지에 접근이 가능하다. - history 앞 뒤로 이동할경우, onload 이벤트가 발생한다. :> 이것을 이용하여 history 앞뒤로의 처리가 가능하다. ※ http://html5.clearboth.org/history.html window.history.length : 병합 세션 히스토리의 항목들의 숫자를 반환합니다. window.history.go( [ delta ] ) : 병합 세션 히스토리에서 주어진 숫자만큼의 단계를 앞으로 가거나 뒤로 갑니다. 0을 넘기면 현재 페이지를 리로드합니다. 범위를 넘어가는.. 2014. 5. 7.