일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- asp함수
- FileSystemObject
- sql순위
- update
- sql업데이트
- jdbc driver
- WML
- JavaScript
- xmldom
- instr
- array
- 인젝션
- XML
- inner join
- 이미지가로길이
- 이미지세로길이
- VarType
- injection
- 한글입력체크
- 정규식
- sql랭킹
- VARIABLE
- 자바기초
- ERD
- MSSQL보안
- wap
- javascript 한글입력체크
- tempDB
- join
- SPLIT
- Today
- Total
목록코딩_jquery (28)
3초기억력
제목 : 반응형 테이블 2번째 - table reflow 소스 : @media ( min-width: 40em ) { /* Show the table header rows and set all cells to display: table-cell */ .my-custom-breakpoint td, .my-custom-breakpoint th, .my-custom-breakpoint tbody th, .my-custom-breakpoint tbody td, .my-custom-breakpoint thead td, .my-custom-breakpoint thead th { display: table-cell; margin: 0; } /* Hide the labels in each cell */ .my-cust..
제목 : ajax 이미지 업로드 소스 : ------------------------------ >>member/profile_upload.asp 파일 소스
제목 : jquery.masonry.min.js 소스 : 내용 : pinterest.com 같은 블럭 매꾸기 li / div 등 jquery.masonry.min.js 참고 예제 소스 파일 : 출처 : http://masonry.desandro.com/ http://desandro.github.io/masonry/
제목 : 초를 1초씩 차감하면서, 일/시/분/초 로 보여주기. 여러개의 시간 표현 소스 : 일 시 분 초 일 시 분 초 일 시 분 초 일 시 분 초 내용 : sql에서 쿼리로 나온 second 를 jquery, javascript 로 일/시/분/초 1초씩 차감되는 스크립트 디데이 가능, 1초당 차감, 여러개의 div 에 표현 등 기능가능. 예제 소스 파일 : 출처 : 나
제목 : QR CODE, QR 코드 html 에서 보기 소스 : 내용 : 예제 소스 파일 : 출처 : https://github.com/jeromeetienne/jquery-qrcode
제목 : jquery 모바일웹/웹 더보기 자동스크롤 소스 : 내용 : 예제 소스 파일 : 출처 :
제목 : Jquery SliderKit 이미지 슬라이더 js 소스 : 내용 : 각종 이미지 배너, 슬라이드 기능 들을 사용할 수 있다. css 조절이 힘들다는게 단점. 예제 소스 파일 : 출처 :
제목 : Jquery QRcode 웹페이지에서 보여주기 소스 : 내용 : URL 등을 자유로이 QRcode 이미지로 보여준다. 단. 익스플로러8 이하는 table 로 render 할것. 예제 소스 파일 : 출처 :
제목 : jquery 로 img 태그안의 src 의 가로 길이를 조절하는 스크립트 소스 : 내용 : $("#areaDetail img") 이 selector 를 본인에 맞게 처리하도록. 해당 ID 아래의 img 태그의 src 를 모두 읽어 width 를 구하여, 처리하는 법. ( 페이지 로딩이 좀 느릴수 있다. ) 차라리 window.load 로 하면 되려나? 예제 소스 파일 : 출처 : 나