02 2016 档案

jq 兼容性 ie7,ie8
摘要:ie 7 不支持 jquery中的: hide() json.parse InnerHtml 阅读全文

posted @ 2016-02-23 13:47 屁锅 阅读(411) 评论(0) 推荐(0)

jQuery中的$(window).load()与$(document).ready()
摘要:大多数jQuery实例或教程都告诉我们绑定我们的jQuery代码到$(document).ready事件。虽然$(document).ready 事件在大多数情况下都OK,但是它的解析顺序是在文档准备就绪,但文档中的图片等对象正在下载的时候开始运行的。所以在某些时候使 用$(document).re 阅读全文

posted @ 2016-02-23 11:22 屁锅 阅读(301) 评论(0) 推荐(0)

SqlServer中循环和条件语句示例!
摘要:-- ╔════════╗ -- =============================== ║ if语句使用示例 ║ -- ╚════════╝ declare @a int set @a=12 if @a>100 begin print @a end else begin print 'no 阅读全文

posted @ 2016-02-16 10:11 屁锅 阅读(608) 评论(0) 推荐(0)

调用一般处理程序 提供接口api
摘要:asp.net $.ajax({ type: "Post", url: "LuckDraw.aspx/UserCount", contentType: "application/json", data: "", dataType: 'json', success: function (data) { 阅读全文

posted @ 2016-02-01 15:23 屁锅 阅读(979) 评论(0) 推荐(0)