Story 썸네일형 리스트형 메뉴 클릭시 클릭된 메뉴가 맨 위로 올라오도록 순서 바꿔주기 jquery 부분 $(document).ready(function($){ $(".lnbbtn").live('click', function(e) { e.preventDefault(); var idx = $(".lnbbtn").index($(this)); var oldlnb = $(".lnb").eq(idx); var oldsub = $(".sub").eq(idx); $(".lnb",".submenu").eq(idx).remove(); $(".sub",".submenu").eq(idx).remove(); $('.submenu').prepend( oldsub ) $('.submenu').prepend( oldlnb ) }); }); html 부분 의류서브메뉴 여성용서브메뉴 더보기 jQuery Image Galleries & Sliders jqFancy Transitions Demo | Download jqFancyTransitions is easy-to-use jQuery plugin for displaying your photos as slideshow with fancy transition effects. jQuery banner rotator plugin http://3.s3.envato.com/files/18277954/index.html 더보기 웹 서버의 OS와 웹서버 종류 알아내기 도메인 주소나 아이피주소로 웹 서버의 OS와 웹서버 종류 알아내기 Netcraft - Web Server Query Site http://uptime.netcraft.com/up/graph/ 더보기 jquery calendar scheduler 모음 http://blogs.digitss.com/javascript/jquery-or-non-jquery-calendar-schedulers/ 더보기 The Node beginner book The Node beginner book http://www.nodebeginner.org/index-kr.html 차례 이 문서에 대하여상태 대상 독자 이 문서의 구조 JavaScript와 Node.jsJavaScript와 당신 주의 사항 서버사이드 JavaScript "Hello World" Node.js로 활짝 핀 웹 애플리케이션유스케이스 애플리케이션 스택 애플리케이션 스택 구축하기기본 HTTP 서버 우리의 HTTP 서버를 분석하기 함수를 전달하기 어떻게 함수 전달이 HTTP 서버를 동작하게 하는가 Event-driven callbacks 우리 서버는 요청을 어떻게 처리하는가? server 모듈의 위치 잡기 요청을 "route" 하려면? 동사들(verbs)의 나라에서의 실행(execution) 실제.. 더보기 Instagram api to show the latest popular images Instagram api to show the latest popular images call jsonp api from jquery 출처 : http://stackoverflow.com/questions/9732345/call-jsonp-api-from-jquery-nothing-shown 참고 : http://instagram.com/developer/ 더보기 Virtual PC VHDs Windows Virtual PC VHDs for testing websites with different Internet Explorer versions [Last Updated: 04/04/12] 출처 http://www.microsoft.com/en-us/download/details.aspx?id=11575 Last Updated: 04/04/12] Quick details Version: 4.3 Date published: 4/13/2012 Language: English Files in this download The links in this section correspond to files available for this download. Download the files appropria.. 더보기 mysql db 낮은 버전에서 높은버전으로 이전시 에러날때 해결방법 mysql 3. 대나 4.0 대의 경우 mysqldump 로 백업받아 높은 버전으로 이전할경우 에러가 나고 이전이 안될경우가 있다. mysqldump --no-create-info --complete-insert --quote-names -u아이디 -p비밀번호 디비명 위와 같이 하면 오류를 어느정도 막을수있다. 위 mysqldump 의 옵션에 대해서 설명하면 --quote-names : mysql 버전이 바뀌면서 테이블명이나 필드명이 사용할 수 없는 이름이 되어 오류가 발생합니다.(ex. password 라는 필드명) 덤프할 때 이 옵션을 추가해 주면 테이블명,필드명 양쪽에 ` 를 추가해주고 import시 데이타가 제대로 등록됩니다. --no-create-info : mysql 테이블은 이미 업데이트 버.. 더보기 크롬 (Chrome) 브라우져 popup 창에서 스크롤바가 생기는 문제 내용이 넘치지도 않는대 크롬브라우져에서 팝업창에 스크롤바가 생긴다 이럴때 해결방법 팝업창에 아래와 같은 style 을 넣어준다. html{ overflow: hidden; } 더보기 의사 클래스 (pseudo-classes) http://msdn.microsoft.com/ko-kr/library/ee371288(v=expression.40).aspx http://msdn.microsoft.com/ko-kr/library/gg721782(v=expression.40).aspx :nth-child ( n ) { sRules } 의사 클래스는 CSS Selectors Level 3(CSS 선택기 수준 3) 에 정의되어 있습니다. http://www.w3.org/TR/css3-selectors/ Selectors Level 3 http://api.jquery.com/nth-child-selector/ ie6 에서는 동작하지 않는것도 있다. EXAMPLE nth-child 첫번째 두번째 세번째 네번째 ... 열번째 더보기 이전 1 ··· 14 15 16 17 18 19 20 ··· 33 다음