참고 사이트 : https://elvis-note.tistory.com/entry/%ED%95%98%EC%9D%B4%EB%9D%BC%EC%9D%B4%ED%8A%B8-%EC%B2%98%EB%A6%AC-3-locationhref-%EC%97%90%EC%84%9C-form-%EC%A0%84%EC%86%A1%EB%B0%A9%EC%8B%9D%EC%9C%BC%EB%A1%9C-%EB%A6%AC%ED%8C%A9%ED%86%A0%EB%A7%81?category=770144 8. 하이라이트 처리 - (4) location.href 에서 form 전송방식으로 리팩토링 개발 환경 IDE : Eclipse Mars.2 (4.5.2) SpringFramework : 4.1.2.RELEASE JDK : 1.8 Server : Ap..
원본 : https://m.blog.naver.com/PostView.nhn?blogId=yesdouble&logNo=130152964039&proxyReferer=https:%2F%2Fwww.google.com%2F /* 댓글 입력 글자 수 체크 및 유효검사 */ $('.remaining').each(function () { // count 정보 및 count 정보와 관련된 textarea/input 요소를 찾아내서 변수에 저장한다. var $maxcount = $('.maxcount', this); var $count = $('.count', this); var $input = $(this).prev(); // .text()가 문자열을 반환하기에 이 문자를 숫자로 만들기 위해 1을 곱한다. var m..
참고 : https://starlmh.tistory.com/entry/lightslide-%EC%98%88%EC%A0%9C lightslide 예제 참고 : https://doolyit.tistory.com/147 jQuery Slider 제이쿼리 슬라이더/갤러리 - 다양한 기능의 lightslider jQuery Slider (제이쿼리 슬라이더) 중에서 swiper slider 를 많이들 쓰고 있는데요, 다소 무거운.. starlmh.tistory.com 참고 : https://doolyit.tistory.com/147 jQuery Slider 제이쿼리 슬라이더/갤러리 - 다양한 기능의 lightslider jQuery Slider (제이쿼리 슬라이더) 중에서 swiper slider 를 많이들 쓰고 ..
참고 사이트 : http://hong.adfeel.info/frontend/%EC%8A%AC%EB%9D%BC%EC%9D%B4%EB%93%9C-%EC%98%88%EC%A0%9C/ 슬라이드 예제 - hong's blog 슬라이드 통합 기능 1.이전/다음버튼 클릭시 이동 2.dot버튼클릭시 해당 슬라이드로 이동 3.3초마다 자동으로 화면넘김 4.마우스올렸을때 자동실행 멈춤 5.마우스올렸다가 다시내렸을때 다시 자동실행 6.화면 사이즈 조정시 슬라이드 width값 다시불러옴 hong.adfeel.info 1번슬라이드 2번슬라이드 3번슬라이드 슬라이드 버튼1번 슬라이드 버튼2번 슬라이드 버튼3번
참고 : https://leechwin.tistory.com/entry/Bootstrap-Input-%ED%83%9C%EA%B7%B8%EC%9D%98-Clear-%EB%B2%84%ED%8A%BC $(document).ready(function(){ /* clear 버튼 */ $('.form-control').on('input propertychange', function() { var $this = $(this); var visible = Boolean($this.val()); $this.siblings('.form-control-clear').toggleClass('hidden', !visible); }).trigger('propertychange'); $('.form-control-clear').cl..
날짜 포멧 http://momentjs.com/ moment(1431408031000).format('YYYY-MM-DD HH:mm:ss'); // "2015-05-12 14:20:31" ==================================================================== Ajax Json 으로 DB 데이터를 뷰단으로 불러 올 경유 타임스탬프로 나올 경우 위의 링크 사이트로 가서 moment.js" 다운 받아 사용을 한다.아래는 현 프로젝트에서 Ajax Json으로 불러오는 날짜를 변경 했을 경우 $.ajax({ type: "POST", url: 'aa', contentType: 'application/json', data: JSON.stringify(data), a..
savePtsClick();">