$('.update').on('click',function(){ if (confirm("確認修改利率麼?")){ var ticket = true cid = $(this).attr('cid') $('.cid_'+cid).each(function(i){ var tmp_lilv = $(this).val() alert(tmp_lilv) if(tmp_lilv==0||tmp_lilv==''){ alert('請覈實利率不能爲0或者空!') ticket = false return false } }) if(ticket){ alert('ok') }else{ return false; } return if(pwd==''||username==''){ alert('用戶名與密碼不能爲空') }else{ $.ajax({ url:"", data:{'username':username,'pwd':pwd}, type:'post', dataType:'json', success:function(data){ if(data.result){ $(".close").trigger('click'); $("#name").val('') $("#pwd").val('') $(".namemsg").text("") $(".pwdmsg").text("") }else{ alert(data.msg) } } }) } }else{ alert('已取消') } })