12 2016 档案

摘要:$(document).ready(function(){ alert("111"); }); $(function(){ alert("222"); }); jQuery(function($) { alert("333"); }); 阅读全文
posted @ 2016-12-27 11:06 天使不哭 阅读(4665) 评论(0) 推荐(0) 编辑
摘要:1.获取选中值,四种方法都可以: $('input:radio:checked').val();$("input[type='radio']:checked").val(); $("input[name='rd']:checked").val(); var value = $('input[name 阅读全文
posted @ 2016-12-22 13:58 天使不哭 阅读(61780) 评论(1) 推荐(2) 编辑
摘要:1 <asp:GridView ID="RptUsers" runat="server" AutoGenerateColumns="False" Width="99%" 2 CssClass="data_table" AllowPaging="false" OnPageIndexChanging=" 阅读全文
posted @ 2016-12-16 14:36 天使不哭 阅读(925) 评论(0) 推荐(0) 编辑