0
當我第一次點擊按鈕時,它顯示只是加載器,如果我使用fadeOut我可以點擊一次後淡出不工作...在這裏是我的代碼:'fadeIn'在第一次點擊按鈕[jQuery]時不起作用[jQuery]
if(data == 'success'){
$('#msg').addClass('alert alert-success').fadeIn(3000,function(){
$(this).hide();
});
$('#msg').text('Successfully logged in..... Redirecting....');
}
如果上面的塊被按鈕點擊調用。 這裏是HTML:
<div class="form-group" style="text-align: center;" id="message">
<span class="" id="msg" ></span>
</div>
發表JS小提琴(jsfiddle.net)如果可以的話,因爲這是不完整的源。 – 2015-02-24 15:51:46
無論如何,我有解決方案,謝謝... – Vladimir 2015-02-24 15:58:54