javascript69 인스타그램 api 이미지 불러올 때 크기 설정 instafeed.min.js 에서 resolution 수정 2020. 4. 3. 파일 다운로드 file download $(document).ready(function(){ $("#menuLink01").click(function(e){ location.href = '/파일명.hwp'; e.preventDefault(); }); }); 등록인변경신청서양식 다운로드 /*스크립트가 밑에 있어야함*/ http://cybershin.tistory.com/105 http://greatkim91.tistory.com/50 2020. 4. 3. 퀵메뉴 일정 top까지만 움직이게 하기 #join-bt {position: fixed; right: 40px; top: 67%; z-index: 99; font-size: 20px; width: 110px; height: 110px; border-radius: 60px; padding-top: 28px; /* margin: 0; */} #join-bt.abs {position: absolute; right: 40px; top: inherit; bottom: 180px;} $(document).ready(function(){ var quick = $("#join-bt"); //var qTop = quick.outerHeight(); var qTop = $(window).height(); var footerTop = $(".footer_ins".. 2020. 4. 3. 네이버 지도 api 마커 애니메이션 2020. 4. 3. 모바일에서만 작동하는 select tab $("#tab-select select[name=select_table]").on('change', function(){ //alert($(this).val()); var tabLink = $(this).val(); //var tabTable = $('.table-wrap'); if($(tabLink).length>0){ $('.mypage-form .table-wrap').removeClass('show'); $(tabLink).addClass('show'); } //return false; }); @media screen and (max-width: 970px){ .board-wrap .table-wrap {display: none;} .board-wrap .table-wrap.show {displ.. 2020. 4. 3. 다음 지도 api 2020. 4. 3. 이전 1 ··· 5 6 7 8 다음