본문 바로가기

반응형

jQuery

Regex Selector for jQuery Regex Selector for jQuery :regex jQuery.expr[':'].regex = function(elem, index, match) { var matchParams = match[3].split(','), validLabels = /^(data|css):/, attr = { method: matchParams[0].match(validLabels) ? matchParams[0].split(':')[0] : 'attr', property: matchParams.shift().replace(validLabels,'') }, regexFlags = 'ig', regex = new RegExp(matchParams.join('').replace(/^\s+|\s+$/g,''), regexF.. 더보기
Simple Tumblr Blog Feed using jQuery 출처 http://pastebin.com/h7fCv3Dz 위와 같이 가져온 json 데이타를 보면 var tumblr_api_read = { "tumblelog":{ "title":"MusicSeoul Today", "description":"\uc11c\uc6b8\uc2e4\uc6a9\uc74c\uc545\ud559\uad50 \ube14\ub85c\uadf8","name":"musicseoultoday","timezone":"Asia\/Seoul","cname":false,"feeds":[]}, "posts-start":0,"posts-total":"76", "posts-type":false, "posts":[ { "id":"31973244994", "url":"http:\/\/musicseoulto.. 더보기
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 더보기
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.. 더보기

반응형