jquery 페이지 상/하단으로 부드럽게 이동 상단 Top 요건 하단으로 스무스~~~$('html, body').animate({ scrollTop: $(document).height()},800); 요건 특정 아이디로 스무스~~이동 Scroll to target :::: 개발 ::::/::: JSCRIPT ::: 2014.06.19
jquery ready 에서 함수 호출.. 요건 오류가 났다 함수를 못찾음;; 요건 정상 실행 뭐지?? 검색해보니..http://stackoverflow.com/questions/1055767/why-can-i-not-define-functions-in-jquerys-document-ready함수명 = functin() {} 요러케 혹은function 함수명() {}함수명();요렇게 써야 한다고 함 ~그래서 수정했더니 잘됨 아주 잘됨 ~ $( document ).ready( function(){ excelDown =function (file){ alert('다운로드 시작'); location.href="pool_bond_download.jsp?file="+file; } });크크 :::: 개발 ::::/::: JSCRIPT ::: 2014.03.20