做添加页面判断用户是否全部填写输入框

obj={
       matchid:$('.jumpList').attr('abc'),
       type:$('.insert').attr('abc'),
       status:$('.iptT').attr('abc'),
       sort:$('.iptF').val(),
       image:x
     };  
for (var x in obj) {
    console.log(x); // key
    console.log(obj[x]);//value
    if (obj[x] == undefined || obj[x] == '') {
      alert('请把信息填写完整');
      return false;
    }
  }

 

posted @ 2017-08-11 16:01  赛赛大人  阅读(204)  评论(0编辑  收藏  举报