xiaowei-blog

导航

上一页 1 2 3 4 5 6 7 ··· 10 下一页

2015年3月6日 #

基于jquery ui的 confirm插件

该文被密码保护。 阅读全文

posted @ 2015-03-06 16:49 xiaowei-blog 阅读(1) 评论(0) 推荐(0) 编辑

2015年3月5日 #

jquery自定义Confirm

摘要: //自定义confirm插件 //自定义confirm插件 //思路:1.事件操作:显示id为myConfirm的div层,并返回false;// 2.事件操作:回调函数调用trigger()方法去自动执行事件,改变status的状态值,返回status; var status... 阅读全文

posted @ 2015-03-05 21:55 xiaowei-blog 阅读(408) 评论(0) 推荐(0) 编辑

jquery插件开发

摘要: http://www.poluoluo.com/jzxy/201406/277886.html jQuery插件开发详细教程http://www.cnblogs.com/axinno1/p/3871146.html jquery call方法和apply方法接触http://www.xuanfeng... 阅读全文

posted @ 2015-03-05 09:02 xiaowei-blog 阅读(76) 评论(0) 推荐(0) 编辑

2015年2月16日 #

对象初始化器测试

摘要: /// /// 对象初始化器测试 /// public class Initializer { //测试对象初始化器 public static void Test1() { Student stu1 = new Student() { name = "zhangsan", ag... 阅读全文

posted @ 2015-02-16 11:03 xiaowei-blog 阅读(107) 评论(0) 推荐(0) 编辑

匿名类型测试

摘要: /// /// /匿名类型测试 /// //参数名称、类型、顺序不同,则同一程序中声明的匿名类型实例不同 /// class AnonymousType { //测试匿名类型 public static void Test1() { var var1 = new { name ... 阅读全文

posted @ 2015-02-16 11:02 xiaowei-blog 阅读(145) 评论(0) 推荐(0) 编辑

扩展方法测试

摘要: //定义扩展方法 //1.类类型必须为静态的 //2. 类名为扩展方法的容器,扩展名是要被扩展的类型名称,既要其中添加方法的类 //3.this关键字是扩展方法标识,this关键字后面的类型为要扩展的类型 //4.this变量后面的的变量为参数列表 static class StringExten... 阅读全文

posted @ 2015-02-16 11:01 xiaowei-blog 阅读(116) 评论(0) 推荐(0) 编辑

2015年2月15日 #

links

摘要: 1.http://code.tutsplus.com/2.http://www.saaraan.com/ web前端3.http://ifxoxo.com/>> json:http://ifxoxo.com/json-array.html web前端4.http://www.w3cschool.cc... 阅读全文

posted @ 2015-02-15 17:30 xiaowei-blog 阅读(200) 评论(0) 推荐(0) 编辑

[推荐]Ajax与JSON的一些总结

摘要: http://www.cnblogs.com/rush/archive/2012/05/15/2502264.html#lb1 阅读全文

posted @ 2015-02-15 17:06 xiaowei-blog 阅读(111) 评论(0) 推荐(0) 编辑

.net jquery ajax应用(后台)

摘要: 一般处理程序后台 //获取页面参数 string count = context.Request["startCount"]; string descri = context.Request["starDescri"]; //返回处理结果 context.Response.Write("true"... 阅读全文

posted @ 2015-02-15 16:18 xiaowei-blog 阅读(97) 评论(0) 推荐(0) 编辑

.net jquery ajax应用(前端)

摘要: //一般处理程序,GET方式提交(data:要传送的数据键值对) jQuery.ajax( { type: 'GET', url: 'GradeHandler.ashx?startCount&starDescri', data: { startCount: startCount, starDesc... 阅读全文

posted @ 2015-02-15 16:13 xiaowei-blog 阅读(114) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 10 下一页

欢 迎 大 家光 临 我 的 个 人 博 客 !