Jquery.Confirm 플러그인 Alert메세지창 적용 1
익명
2020.05.01 13:59
5,108
0
-
- 첨부파일 : logo.png (6.9K) - 다운로드
본문
$.alert({
columnClass: 'col-md-6 col-md-offset-3',
title: "메세지 텍스트",
content: "일 주말(공휴일) 예약취소는<b style='color:#ff6600'> 5일전만 가능합니다.</b><br>고객센터(예약실) <a Tel='000-0000-0000'>000-0000-0000</a></b> 번으로 문의해주세요",
animation: 'rotate',
closeAnimation: 'top',
confirmButton: "확인",
confirmButtonClass: "btn-info"
});
댓글목록 0