页面加载jQuery时的吐司警告

时间:2019-10-23 16:03:43

标签: jquery alert toast

页面加载后如何获得祝酒消息?

jQuery:

$(document).ready(function() {
    $("#type-success").on("click",function() { 
        toastr.success("Have fun storming the castle!","Miracle Max Says");
    })
});

0 个答案:

没有答案