일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 태그를 입력해 주세요.
- 단축키
- SSRS
- c#
- microsoft
- MSSQL
- Winform
- 오라클
- 프로시저
- 마이크로소프트
- MS
- replace()
- jQuery
- aspnet
- oracle
- IIS
- 이클립스
- Excel
- javascript
- 리포팅서비스
- 자바스크립트
- 윈도우
- attr()
- 엑셀
- windows
- 비주얼스튜디오
- ASP
- CONVERT()
- DataGrid
- 윈폼
Archives
- Today
- Total
목록readonly (1)
DJ메탈짱™의 Free Style
[Jquery] addClass(), removeClass(), attr(), readOnly 속성 #function
// 2012/05/08 input type=text의 readonly true/false 설정 function UpdateCssClass(obj,type) { if (type == "EDIT") { $("#" + obj).removeClass("input02"); $("#" + obj).addClass("input00"); $("#" + obj).attr("readOnly",false); obj.readOnly = false; } else if (type == "READ") { $("#" + obj).removeClass("input00"); $("#" + obj).addClass("input02"); $("#" + obj).attr("readOnly", true); obj.readOnly = true..
일(job)/FRONT
2016. 1. 21. 13:15