03 2016 档案

摘要:jquery设置元素的readonly和disabled Jquery的api中提供了对元素应用disabled和readonly属性的方法,在这里记录下。如下: 1.readonly Js代码 收藏代码 $('input').attr("readonly","readonly")//将input元素设置为readonly $('input').... 阅读全文
posted @ 2016-03-23 15:07 肥大头 阅读(697) 评论(0) 推荐(0) 编辑
摘要:<%@ WebHandler Language="C#" Class="UserAuth" %> public class UserAuth : IHttpHandler { public void ProcessRequest(HttpContext context) { var appid = 阅读全文
posted @ 2016-03-03 16:09 肥大头 阅读(254) 评论(0) 推荐(0) 编辑
摘要:System.Text.StringBuilder strLabel = new System.Text.StringBuilder(); HttpBrowserCapabilities bc = Request.Browser; strLabel.Append("您的浏览器的分辨率为:"); st 阅读全文
posted @ 2016-03-02 14:51 肥大头 阅读(234) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示