$(document).ready(function () { var safuiAlert = $('#safeui-alert') if (safuiAlert) { safuiAlert .first() .delay(10000) .slideUp(1000, function () { $(this).remove() }) } })