본문 바로가기

반응형

Story/Javascript

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/ 더보기
jquery 로 opener, iframe 간 객체 접근방법 jquery 로 작업시 팝업이나 프래임에서도 객체들을 사용하고 싶은경우가 있는대 그 방법은 다음과 같다. $("#ID",opener.document).val(); $("#ID",parent.document).val(); 더보기
jplayer - jquery (flash) 를 사용한 음악 or 동영상 플레이어 (html5) Jplayer 사이트 http://www.jplayer.org/ 샘플사이트 http://happyworm.com/jPlayerLab/single-page-app/ Choose jPlayer easy to get started, deploy in minutes totally customizable and skinnable using HTML and CSS lightweight - only 8KB minified and Gzipped free and open source, no licensing restrictions active and growing community providing support free plugins available for popular platforms extensive platf.. 더보기
jquery + image map 으로 지도나 이미지상에서 기능구현하기 예를 들어 전국지도가 있고 특정 지역을 이미지 상에서 클릭했을때 효과를 주고 기능을 부여할때 필요한 부분이다. - imagemapster 란 것을 만들어 제공해주는 곳이 있어 이곳에 들어가서 보면 demo 와 적용할수있는 다양항 기능들을 직접 조합해 볼수있다. http://www.outsharked.com/imagemapster/examples/usa.html 또한 아랫 사이트에선 직접 소스를 변경해가면서 테스트해 볼 수도 있다. http://jsfiddle.net/4cHtc/22/ ( ※ 이곳에서 이 소스뿐만이 아니라 다양한 샘플들을 테스트해볼수있으니 참고해보면 좋을거 같다.) - maphilight 란 것도 있는대 image map 이나 svg 파일등으로도 이용가능하다. http://davidlync.. 더보기
즐겨찾기 , 시작페이지로 이 페이지를 즐겨찾기로 추가 이 페이지를 시작 페이지로 더보기
floating-banner 떠다니는 배너 화면 좌측이나 우측에 항상 고정된 위치에 떠다니는 배너를 자주 사용하는대 예전방식대로 하면 화면이 작거나 배너가 화면밖으로 넘칠경우 무한정 내려가거나 하는 문제가 있었다. http://www.funke.com.au/floating-banner-plugin-jquery 이곳에 Floating Banner Plugin for jQuery 이 있어서 사용해봤는대 잘되어있긴하나 상단에 이와같이 doctype 이 지정되어있어야 잘 동작되고 그렇지 않으면 생각만큼 잘 동작하지는 않는다. 소스는 위 사이트의 내용을 copy 해서 넣어둔다. Floating Banner is a jQuery plugin that simply keeps elements in the browsers viewport when a user s.. 더보기
구글 api - 데이타테이블 더보기
document.body.scrollHeight -> document.documentElement.scrollHeight // max = document.body.scrollHeight - itm.scrollHeight - min; //document.documentElement.scrollTop max = document.documentElement.scrollHeight - itm.scrollHeight - min; tmp = document.documentElement.scrollTop + min; 2=================== max = document.body.scrollHeight - itm.scrollHeight - min; document.documentElement.scrollTop ei,ff 스크롤 높이를 구하려고 고생함 floatingMenu.maxHeight = (document.all)? do.. 더보기

반응형