CSS&JS/👀Study and Copy 76

animation-fill-mode 구분하기

developer.mozilla.org/ko/docs/Web/CSS/animation-fill-mode animation-fill-mode - CSS: Cascading Style Sheets | MDN animation-fill-mode CSS 속성은 CSS 애니메이션이 실행 전과 후에 대상에 스타일을 적용하는 방법을 지정합니다. developer.mozilla.org HTML 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 animationFillMode none forwards backwards both Colored by Color Scripter cs CSS 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23..

$(el).siblings(); 를 vanilla JS로 구현하기 (자바스크립트 siblings() 대체)

참고사이트 vanillajstoolkit.com/helpers/getsiblings/ getSiblings.js /*! * Get all siblings of an element * (c) 2018 Chris Ferdinandi, MIT License, https://gomakethings.com * @param {Node} elem The element * @return {Array} The siblings */ var getSiblings = function (elem) { return Array.prototype.filter.call(elem.parentNod vanillajstoolkit.com github.com/nefe/You-Dont-Need-jQuery/blob/master/README.k..

첨부파일 input type="file" 커스텀 CSS 및, 첨부파일 추가, 파일명 변경, 첨부파일 삭제(DOM 삭제) - cloneNode(true) , files[n].name, .focus()

참고 사이트 : webdir.tistory.com/435 폼 필드(input type="file") 디자인 #4 폼 필드 디자인중 마지막을 장식할 파일 필드에 대한 내용입니다. 이 또한 브라우저 호환에 어려움을 겪곤 하는데, 관련해서 대안책들을 알아봅니다. 파일 필드 디자인 현황 파일 필드의 디자인 webdir.tistory.com developer.mozilla.org/ko/docs/Web/API/File/name File.name - Web API | MDN File.name name 속성은 File 객체가 나타내는 파일의 이름을 반환합니다. 보안상의 이유로 경로는 이름에서 제외됩니다."My Resume.rtf"와 같이 경로가 없는 파일의 이름을 포함하는 문자열입니다. function develope..

IE에서 input type="text"의 value나 텍스트가 보이지 않는 현상

stackoverflow.com/questions/46414326/ie-11-input-not-displaying-typed-text/46433635 IE 11 input not displaying typed text A work's client has reported an issue in our application when working with IE11. On an specific form, sometimes, when opening it, if you type, the typed text won't show. If I open developer tools,... stackoverflow.com 크롬이나 사파리 등등 기타 브라우저에서는 멀쩡히 보이는 input type="text/password/s..

웹 접근성 자가진단

accessibility.kr/nia/check.php 웹 접근성 자가진단 서비스 페이지 진단 검사할 페이지의 URL을 엔터로 구분해서 입력해 주세요. accessibility.kr validator.kldp.org/ The W3C Markup Validation Service 파일 업로드로 유효성 검사 주의: Windows XP SP2 의 몇몇 IE 에서는 업로드가 되지 않을수도 있습니다. 이 경우에는, W3C QA 사이트의 information page 를 참고 하십시오. 직접 입력하여 유효성 검사 validator.kldp.org 웹 접근성 자동평가도구(K-WAH4.0)

soft ui element 만들기 (엠보싱 효과/입체/ Neumorphic)

Neumorphic https://www.instagram.com/p/B4uXgLoABAh/ Instagram의 UI Bucket님: “Wow! This was great indeed Follow @uibucket for daily design feed . Post credits: @alexunderhess.design 좋아요 13.2천개, 댓글 316개 - Instagram의 UI Bucket(@uibucket)님: "Wow! This was great indeed Follow @uibucket for daily design feed . Post credits:…" www.instagram.com 1) X30 Y30 투명도10% 가우시안블러80 #3754AA 2) X-30 Y-30 투명도 100% 가우..

cloneNode(true)를 했을 때와 그냥 appendChild만 했을 때 차이

그리고 lastChild와 lastElementChild의 차이 참고 : https://www.w3schools.com/jsref/met_node_clonenode.asp HTML DOM cloneNode Method HTML DOM cloneNode() Method Element Object Example Copy a element from one list to another: // Get the last element ("Milk") of with id="myList2" var itm = document.getElementById("myList2").lastChild; // Copy the element and its child www.w3schools.com

$(this).index(); 를 vanilla JS로 대체하기 (indexOf)

https://bestofjs.org/projects/you-dont-need-jquery Best of JavaScript Check out the most popular open-source projects and the latest trends about the web platform and Node.js. bestofjs.org 1.8 Form > Get index of e.currentTarget between .radio 를 참고하였습니다. 만일 ol이 여러개고 jQuery의 .index() 처럼 각 list들의 부모를 기준으로 상대적인 index값을 알고싶다면... 1) .getElementsByTagName 대신 getElementsByClassName이나 querySelectorAll을 ..

$(document).ready(function(){}); vanilla JS로 대체 DOMContentLoaded

https://euntori7.tistory.com/356 document ready 를 순수 javascript로 jquery를 쓰지 않고 순수 javascript로 ready()를 대체하는 코드. 참고로, $(docum.. euntori7.tistory.com https://developer.mozilla.org/ko/docs/Web/Events/DOMContentLoaded DOMContentLoaded DOMContentLoaded 이벤트는 초기 HTML 문서를 완전히 불러오고 분석했을 때 발생합니다. 스타일 시트, 이미지, 하위 프레임의 로딩은 기다리지 않습니다. developer.mozilla.org document.addEventListener('DOMContentLoaded', functi..

비쥬얼 스튜디오 코드(VS Code) 기본 세팅 확장프로그램 및 설정 // 자주쓰는 단축키 메모

https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com 다운로드는 위에서 보라색 있고 파란놈 있는데 헤비한 개발자 아닌 이상 걍 새파랗고 라이트하고 무료인 Visual Studio Code 깔면 됨 (1..

Notepad++ 7.nn 버젼부터 Launch in Chrome 단축키가 사라진 현상 해결법 (실행에서 브라우저에서 실행 단축키 어디로 간건데 !!!!!)

성격 급한 사람들을 위해 직링크 https://2bluesolutions.blogspot.com/2013/01/how-to-run-chrome-from-within-notepad.html How To Run Chrome From Within Notepad++ A blog about some quick tips and insights into the web development process. 2bluesolutions.blogspot.com Notepad++ doesn't have launch in Chrome/Safari 기타 등등으로 검색하였을 때 shortcuts.xml을 수정하란 말이 있지만 어째선지 하란대로 백날을 수정해도 되지 않아서 마빡을 치고 컴을 재부팅도 해보고 노트패드를 지웠다가 깔았다..