$(".allcheck").click(function(){ if (this.checked) { $("input[type=checkbox]").attr("checked", true); } else { $("input[type=checkbox]").attr("checked", false); } });
<script type='text/javascript'> $(function(){ var tb=document.getElementById("GridView1"); alert(tb.rows.length); alert(tb.rows[1].cells[1].innerHTML); alert(tb.rows[1].cells[1].width); }) </script>
<input type="file" />这个代码竟然能自动的变成一个浏览窗口[img][/img]