美文网首页
动态获取input标签name属性

动态获取input标签name属性

作者: Mannixxx | 来源:发表于2019-05-09 15:12 被阅读0次

answerShow(value){

let _this =this;

  if(this.chooseOpt){

$('input[name=jt_answer'+value+']:checked').each(function(){

_this.resultValues.push($(this).val());//向数组中添加元素

    });

    console.log(this.resultValues,$('input[name=jt_choose'+value+']:checked'))

}else{

layer.msg('只能单选噢~')

}

}

相关文章

网友评论

      本文标题:动态获取input标签name属性

      本文链接:https://www.haomeiwen.com/subject/gkbwoqtx.html