일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- jQuery
- windows
- replace()
- 오라클
- MSSQL
- 윈폼
- 자바스크립트
- DataGrid
- 리포팅서비스
- 이클립스
- 프로시저
- attr()
- CONVERT()
- aspnet
- oracle
- IIS
- javascript
- c#
- SSRS
- 엑셀
- microsoft
- 윈도우
- ASP
- 마이크로소프트
- 비주얼스튜디오
- Excel
- 단축키
- MS
- Winform
- 태그를 입력해 주세요.
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