随笔分类 -  Javascript- DOM- Jquery

摘要:Ajax exmaple from w3school time in jquery mark button disablehttp://jsfiddle.net/informativejavascript/AMqb5/(function(){$('button').on('click',function(){ var $this=$(this); $this .attr('disabled','disabled'); setTimeout(function() { $this.removeAttr('disabled 阅读全文
posted @ 2014-03-08 00:37 MC_ED