摘要: 学习jquery很长一段时间了,知道对属性操作的方式为:$("#xx1").attr("xx2"); //获取属性值$("#xx1").attr("xx2","xx3"); //设置属性值但是今天突然发现jquery对象还有一个叫prop()的方法,这个prop(... 阅读全文
posted @ 2015-05-24 13:15 liwuming 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 1、text文本框2、select下拉选择框3、radio单选按钮4、checkbox复选按钮5、 阅读全文
posted @ 2015-05-24 11:00 liwuming 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 11 阅读全文
posted @ 2015-05-24 10:56 liwuming 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 缓存类型PHP缓存包括PHP变异缓存和PHP数据缓存两种;PHP编译缓存: PHP数据缓存: 对数据库数据进行缓存 对PHP模板数据缓存js数据缓存 阅读全文
posted @ 2015-05-24 00:05 liwuming 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 页面静态化的实现 阅读全文
posted @ 2015-05-24 00:05 liwuming 阅读(85) 评论(0) 推荐(0) 编辑