http://xiangai.taobao.com
http://shop148612228.taobao.com
摘要: $(".checkAll").live("click", function () { $(":checkbox", $(this).parentsUntil("table")).attr("checked", $(this).attr("checked")); })$(".checkAll")表示所有样式(class)为checkAll的元素.live("click", function () 表示给元素绑定一个点击响应,绑定方式是li 阅读全文
posted @ 2011-12-02 21:40 万事俱备就差个程序员 阅读(256) 评论(0) 推荐(0) 编辑
摘要: display:block 前后会换行 阅读全文
posted @ 2011-12-02 21:39 万事俱备就差个程序员 阅读(417) 评论(0) 推荐(0) 编辑
摘要: protected void btnSelect_Click(object sender, EventArgs e) { if (!string.IsNullOrEmpty(Request.Params["checkboxId"])) { string idList = Request.Params["checkboxId"]; // checkboxId 是 HTML元素的name属性.如果有多个相同名字的 checkboxId,则得到的是以逗号分割的字符串.(Y) ... 阅读全文
posted @ 2011-12-02 21:34 万事俱备就差个程序员 阅读(751) 评论(0) 推荐(0) 编辑
摘要: 设置RadioButtonList的RepeatLayout属性为"Flow"就可以了。 代码如下: <asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatDirection="Horizontal" RepeatLayout="Flow" ></asp:RadioButtonList> 阅读全文
posted @ 2011-12-02 17:25 万事俱备就差个程序员 阅读(811) 评论(1) 推荐(1) 编辑

http://xiangai.taobao.com
http://shop148612228.taobao.com
如果您觉得对您有帮助.领个红包吧.谢谢.
支付宝红包
微信打赏 支付宝打赏