随笔分类 -  Javascript

摘要:Native dialog with OK, Replace JqueryUI with dialog https://jqueryui.com/dialog/#modal-confirmation 阅读全文
posted @ 2014-04-05 10:33 MC_ED
摘要: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