摘要:
//增加进度条 $.messager.progress({ msg:'正在提交入库,请稍后……', text:'', interval:'500' }); //关闭进度条 $.messager.progress('close'); 阅读全文
摘要:
很多时候由于页面卡顿又或是用户点击后误以为没点击成功,所以会在短时间内多次点击同一按钮,如果后台没有做特别的验证的话,就会导致数据出错。 <td><a id="Qualified" class="easyui-linkbutton" iconCls="icon-edit" plain="true" 阅读全文