jquery 多个条件 选择器

  • A+
所属分类:jquery
<script type="text/javascript">
$(function(){
    var myTag=$("input[id=myid][name=myname][type=button]").length;
    alert(myTag);
})
</script>
<input id="myid" name="myname" type="button" value="提交" />

 

ZPY

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: