1. 程式人生 > >bootstrap中dialog彈出框(警告/提示)

bootstrap中dialog彈出框(警告/提示)

promptMessage:function(){

toastr.options={

"closeButton": true,

"debug":true,

"positionClass":"toast-top-center",

"onclick":null,

"showDuration":"1000",

"hideDuration":"1000",

"timeOut":"2000",

"extendedTimeOut":"1000",

"showEasing":"swing",

"hideEasing":"linear",

"showMethod":"fadeIn",

"hideMethod":"fadeOut"

}

toastr['success/error']("標記成功",“提示”);

}