上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页
摘要: <script> $(function() { $("#datepicker").datepicker({ dateFormat: "yy/mm/dd" }); }); </script> 阅读全文
posted @ 2016-06-16 17:49 简单就好zyx 阅读(302) 评论(0) 推荐(0)
摘要: /* css*/ input[type="checkbox"] { -webkit-appearance: none; background: url('../images/AgentService/default.jpg') no-repeat; height: .17rem; vertical- 阅读全文
posted @ 2016-06-16 15:02 简单就好zyx 阅读(191) 评论(0) 推荐(0)
摘要: 其实用下列CSS就可以解决,原理是将浏览器默认的下拉框样式清除,然后应用上自己的,再附一张向右对齐小箭头的图片即可。 select { /*Chrome和Firefox里面的边框是不一样的,所以复写了一下*/ border: solid 1px #000; /*很关键:将默认的select选择框样式 阅读全文
posted @ 2016-06-16 15:00 简单就好zyx 阅读(641) 评论(0) 推荐(0)
摘要: $('.checked').click(function () { if ($(this).attr("checked") == true) { } else { } }); 阅读全文
posted @ 2016-06-15 11:36 简单就好zyx 阅读(146) 评论(0) 推荐(0)
摘要: $('.del').click(function(){ $("input[name='write']").val("").focus(); }) 阅读全文
posted @ 2016-06-06 17:00 简单就好zyx 阅读(263) 评论(0) 推荐(0)
摘要: class="bigPic"的div是被显示或隐藏的div,另外.case > ul > li是class="bigPic"的父级元素 $("body").bind("click",function(evt){ if($(evt.target).parents(".case > ul > li"). 阅读全文
posted @ 2016-05-30 19:48 简单就好zyx 阅读(843) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文
posted @ 2016-05-27 13:51 简单就好zyx 阅读(499) 评论(0) 推荐(0)
摘要: 1.自定义表单表明不同活动时,只需要让form表单进入循环调取标题即可。注:有时不能用。注意value值。可现在默认的模板中查看源代码。2.自定义表单必填项功能。添加跳转页面。1.html中增加 <input type="hidden" name="required" value="name,tel 阅读全文
posted @ 2016-05-24 10:36 简单就好zyx 阅读(612) 评论(0) 推荐(0)
摘要: 在plus/search.php 94行前就是 $sp = new SearchView($typeid,$keyword,$orderby,$channeltype,$searchtype,$starttime,$pagesize,$kwtype,$mid); 前加入$typeid=xxx; xx 阅读全文
posted @ 2016-05-24 10:36 简单就好zyx 阅读(247) 评论(0) 推荐(0)
摘要: [field:global runphp='yes' name=autoindex][/field:global]注:可以加在div名称后,也可以调出数字。 阅读全文
posted @ 2016-05-24 10:34 简单就好zyx 阅读(138) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页