work 썸네일형 리스트형 [jquery/js] 메일 자동완성 코드 메일 자동완성코드 Autocomplete | jQuery UIjQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.https://jqueryui.com/autocomplete/ jQuery UI Autocomplete 사용 function autoEmail(.. [css] position:absolute 가운데 정렬 /* absolute 가운데 정렬 : margin 사용*/ .box{ width:500px; height:500px; position:absolute; top:50%; left:50%; margin-top:-250px; /* width의 절반값 */ margin-left:-250px; /* height의 절반값 */ } /* absolute 가운데 정렬 : transform 사용*/ .box{ width:500px; height:500px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); } [js/jquery] 배열에서 최고, 최소 값 찾아오기 (jquery array max, min) jquery 배열에서 최고, 최소 값 받아오는 소스 Math.max.apply(null, 배열); // 최대값 Math.min.apply(null, 배열); //최소값 [js] jqGrid jqGrid [HTML] [javascript] 무료 QR코드 생성기 요즘은 뜸하지만 QR코드를 만들어야 할 때가 가끔있다. 네이버에서도 제공하지만, 연결을 네이버를 들렸다가 가야한다는 불편함도 있고, 그래서 찾다보니 나온 사이트 QR 코드 생성기자신의 QR 코드를 만들기 위해 무료 온라인 QR 코드 생성기. 온라인 QR 코드 바코드 생성기는 무료, 온라인, QR 코드 바코드 생성 하 실시간. 지금 당신은 QR 코드나 바코드를 만들기를 시작! 무료 온라인 바코드 생성기 자신의 바코드를 만들기 위해.https://ko.online-qrcode-generator.com favicon 만들기 favicon.ico Generatorfavicon.cc is a tool to create or download favicon.ico icons, that get displayed in the address bar of every browser.https://www.favicon.cc/ 홈페이지 제작을 위해 favicon이 필요한 경우 만들수 있는 사이트 홈페이지 제작에 필수 구글웹폰트 Korean Google FontsMaking the web more beautiful, fast, and open through great typographyhttps://fonts.google.com/ [youtube] 동영상 플레이 하는 목록 / 화면 만들어보기 구현된 페이지 캐나다온라인 수업캐나다온라인 수업, 캐나다고등학교 내신관리, 수학, 과학,영어,사회 토플 SAT 시험대비http://online.ige.kr/?page=sample 기본 개념은 이러합니다. #1 Youtube의 영상 공유하기에서, 코드를 선택하면 Iframe 형태로 공유할 수 있습니다. #2 그 코드에서 고유 콘텐츠 값 만을 변경하여, 플레이 리스트를 만들어 봅니다. 공유하기에서 코드를 선택하면 대략적으로 저런 코드가 나옵니다. 여기서 src="https://www.youtube.com/embed/yvg6m2ZUoHg" 이 코드가 콘텐츠에 대한 주소이고, 여기서 yvg6m2ZUoHg 이 코드가 고유 콘테츠 코드라 할 수 있겠습니다. 그럼 여기서 부터 시작합니다. 수학강의 ( Grade 10.. 이전 1 2 3 4 ··· 6 다음