jqury 延迟方法

$("button").click(function(){
    $("#div1").delay("slow").fadeIn();
    $("#div2").delay("fast").fadeIn();
});

原文地址:https://www.cnblogs.com/h5it/p/10281942.html