摘要: $("input[id='submit2']").click(function() { $("[id=postage2]").prop("checked", true); }); $("input[id='submit3']").click(function() { ... 阅读全文
posted @ 2015-07-27 18:22 水源和小红 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Apache的配置:1、httpd.conf配置文件中加载了mod_rewrite.so模块在httpd.conf配置文件搜索 LoadModule rewrite_module modules/mod_rewrite.so (Apache2是这个)去掉前面的#2、AllowOverride Non... 阅读全文
posted @ 2015-07-27 12:58 水源和小红 阅读(281) 评论(0) 推荐(0) 编辑
摘要: $(function(){//默认选中性别 var sex=""; if(sex=="male"){ $('input[id="male"]').attr("checked",true); }else{ $('input[id="famale"]').attr("c... 阅读全文
posted @ 2015-07-09 19:03 水源和小红 阅读(159) 评论(0) 推荐(0) 编辑
摘要: $(function(){ var image=""; if(image){ $("#noimage").hide(); }else{ $("#image").hide(); } }); 阅读全文
posted @ 2015-07-09 09:59 水源和小红 阅读(85) 评论(0) 推荐(0) 编辑
摘要: http://www.easyicon.net 阅读全文
posted @ 2015-07-09 09:26 水源和小红 阅读(96) 评论(0) 推荐(0) 编辑
摘要: border-top-left-radius:2em;border-top-right-radius:2em;border-bottom-right-radius:2em;border-bottom-left-radius:2em;09:25:10 阅读全文
posted @ 2015-07-09 09:25 水源和小红 阅读(99) 评论(0) 推荐(0) 编辑