我想#hidtr在jquery中增加值.
#hidtr
<script type="text/javascript"> $('#hidtr').val(parseInt($('#hidtr').val()+1)); alert($('#hidtr').val()); </script>
javascript jquery
javascript ×1
jquery ×1