모바일쇼핑몰: fancyalert 수정
This commit is contained in:
@ -11,10 +11,10 @@ function fancyalert(msg)
|
||||
}
|
||||
|
||||
box = "<div id=\"fancyalert\" style=\"top:"+scroll_top+"px;width:"+w+"px;height:"+h+"px;\">";
|
||||
box += "<div id=\"fancyalert_inner\"><span>"+msg;
|
||||
box += "<div id=\"fancyalert_inner\" style=\"width:"+w+"px;height:"+h+"px;\"><div><span>"+msg;
|
||||
box += "<br>";
|
||||
box += "<button type=\"button\" id=\"fancyalert_close\">확인</button>";
|
||||
box += "</span></div><div id=\"fancyalert_bg\"></div>";
|
||||
box += "</span></div></div><div id=\"fancyalert_bg\"></div>";
|
||||
box += "</div>";
|
||||
|
||||
$("body").append(box);
|
||||
|
||||
Reference in New Issue
Block a user