일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 문자열
- json
- jquery
- 한글
- MYSQL
- spring form tag
- php
- DB
- 이클립스
- exception
- 오라클
- 웹 플랫폼 설치 관리자
- 전자정부 표준프레임워크
- html
- 톰캣
- switch
- 네이버스마트 에디터
- java
- RADIO
- checbox
- Oracle
- @RequestBody
- HTML5
- JSTL
- 스크립트
- null
- 호환성
- SSL
- maven
- 날짜
- Today
- Total
목록jquery (11)
개인적인 정리
큰 이미지의 경우 화면밖으로 이미지가 나가는 경우가 발생하여서아래와 같은 스크립트를 맨 아래에 넣어주었다. 이걸 집어넣으니 화면 밖으로 이미지가 나가지 않는다.
jquery 로 파일 용량 체크하기 익스에서 안됨... 쩝.
jquery datetimepicker 사용법 : http://xdsoft.net/jqplugins/datetimepicker/다운로드 : https://plugins.jquery.com/datetimepicker/ --> Uncaught TypeError: Cannot read property 'formatDate' 블라블라.. 오류가 발생 다운을 다시 받음https://github.com/xdan/datetimepicker 에서 압축을 풀어서 이렇게 full.min.js로 변경하니 나지 않는다. jquery.datetimepicker.min.js --> jquery.datetimepicker.full.min.js 로 변경했기 때문인지다운받은 것이 다른 것으로 해결되었는지는 잘 모르겠다... 일단 되니..
$.trim() https://api.jquery.com/jQuery.trim/
https://github.com/jasonday/printThis 화면의 부분, 특정영역만도 출력이 가능하다. 사용법 $('selector').printThis(); --> $('#waste_print').printThis(); option $("#mySelector").printThis({ debug: false, * show the iframe for debugging importCSS: true, * import page CSS importStyle: false, * import style tags printContainer: true, * grab outer container as well as the contents of the selector loadCSS: "path/to/my.css", ..
datetimepicker 의 클릭했을 때 기준이 되는 날짜 설정
jquery image slide http://owlgraphic.com/owlcarousel/demos/images.html
$('input:radio[name="typeSelect"]').bind('click', function(){if($(this).val() =="month") {$('#searchMonth').css({"display":"block"});$('#searchGigan').css({"display":"none"});}else {$('#searchMonth').css({"display":"none"});$('#searchGigan').css({"display":"block"});}});