심플gnb div id="main1" class="menu">1 2 3 4 5 6 내용1 내용2 내용3 내용4 내용5 내용6 $('.menu').click(function () {var idx = $(this).index();alert(idx);$(".view").hide();$(".view").eq(idx).show();}); Web story/Jquery 2013.06.24
시세정보 조회전문 앱 주식앤 안드로이드http://nstore.naver.com/appstore/web/detail.nhn?productNo=749766 아이폰https://itunes.apple.com/kr/app/jusig-aen/id660545048?mt=8 Web story/Mobile 2013.06.21
Responsive Tables Don't let tables break your responsive layout anymore. This simple JS/CSS combo will let your tables adapt to small device screens without everything going to hell. http://zurb.com/playground/responsive-tables Web story/Responsive 2013.06.21
Caption Hover Effects http://tympanus.net/Tutorials/CaptionHoverEffects/index.html Web story/Jquery 2013.06.21