일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ASP
- oracle
- attr()
- aspnet
- 태그를 입력해 주세요.
- 윈도우
- replace()
- 이클립스
- Winform
- microsoft
- 윈폼
- 자바스크립트
- 마이크로소프트
- c#
- Excel
- 리포팅서비스
- IIS
- 비주얼스튜디오
- jQuery
- 오라클
- MSSQL
- DataGrid
- 프로시저
- 단축키
- SSRS
- CONVERT()
- javascript
- MS
- windows
- 엑셀
Archives
- Today
- Total
목록이미지넣기 (1)
DJ메탈짱™의 Free Style
[Jquery] append(), screen.height, 사용자 해상도 체크 후 특정 위치에 이미지 넣기
var height = "" // 사용자 해상도 체크 if(screen.height==1024) { height = eval(screen.height/1.9); } else { height = eval(screen.height/1.4); } // 로고관련 설정. var htm = ""; // 특정위치 이미지 넣기 $(".ListType").parent().append(htm);
일(job)/FRONT
2016. 1. 21. 13:09