摘要: jQuery 选择器 选择器 实例 选取 * $("*") 所有元素 #id $("#lastname") id="lastname" 的元素 .class $(".intro") 所有 class="intro" 的元素 element $("p") 所有 元素 .... 阅读全文
posted @ 2012-09-12 16:47 深南大道 阅读(98) 评论(0) 推荐(0)
摘要: loading效果 protected void Button1_Click(object sender, EventArgs e){ //处理完成后 ScriptManager.RegisterClientScriptBlock(Page, this.GetType(),... 阅读全文
posted @ 2012-09-12 16:40 深南大道 阅读(268) 评论(0) 推荐(0)