alert title 제거 / alert 제목 제거
페이지 정보

본문
<head>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<script src="//code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="//code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
</head>
<div id="dialog-message" title="설정완료." style='display:none'>
해당 아이콘으로 설정이 완료되었습니다.
</div>
//========================================================================================================================
<script>
function crayBtn1()
{
$('#dialog-message').dialog({
modal: true,
buttons: {
"확인": function() { location.href='./index.php' }
}
});
}
crayBtn1();
</script>
- 이전글페이지 이동 21.07.03
- 다음글버튼클릭시 내용위로 올라가는현상 막아주는 기능 21.06.19
댓글목록
등록된 댓글이 없습니다.