모바일 작업 중: 버튼 및 유효성 검사 스타일

This commit is contained in:
whitedot
2013-03-05 08:59:26 +09:00
parent f4fbddb958
commit deea508e66
3 changed files with 47 additions and 12 deletions

View File

@ -1,7 +1,7 @@
var wrestMsg = "";
var wrestFld = null;
var wrestFldDefaultColor = "";
var wrestFldBackColor = "#ff3061";
//var wrestFldBackColor = "#ff3061";
// subject 속성값을 얻어 return, 없으면 tag의 name을 넘김
function wrestItemname(fld)
@ -323,7 +323,7 @@ function wrestSubmit()
alert(wrestMsg);
if (wrestFld.style.display != "none") {
wrestFld.style.backgroundColor = wrestFldBackColor;
//wrestFld.style.backgroundColor = wrestFldBackColor;
if (typeof(wrestFld.select) != "undefined")
wrestFld.select();
wrestFld.focus();