animate ( { scrollTop: "300px" }, { complete : function(){ alert('this alert will popup twice'); } } );. Here's how you can avoid the double callback. var ...
確定! 回上一頁