js解决列表中按钮重复点击重复提交的问题

clickFunc(){

var _isPostting = $("#alreadyMentionedReceivables"+orderNo).attr('data-ispostting');
if(_isPostting == 'true'){
return;
}
$("#alreadyMentionedReceivables"+orderNo).attr('data-ispostting','true');

$.ajax({...})

}

 

posted @ 2016-05-03 14:24  安雅然  阅读(1140)  评论(0编辑  收藏  举报