按钮插件状态如何恢复
改成这样能够在1S后恢复,但是第二次点击就不能恢复了,怎么改才能让每次都恢复呢? $(function() { $(".btn").click(function(){ $(this).button('loading').delay(1000).queue(function() { $(this).button('reset'); }); }); });
改成这样能够在1S后恢复,但是第二次点击就不能恢复了,怎么改才能让每次都恢复呢? $(function() { $(".btn").click(function(){ $(this).button('loading').delay(1000).queue(function() { $(this).button('reset'); }); }); });
2015-04-08
举报