jquery怎么自动给input的value赋值,很多新手都不知道怎么操作,下面介绍一下操作方法。
<script> $('.no_hy').click(function(){ var cid = this.id; $('#tj_catid').val(cid); }); </script>