摘要: 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)
摘要: <script type="text/javascript"> $(document).ready(function(){ $('.service > .service-description:odd').css('float','right');});</script> 阅读全文
posted @ 2016-05-24 10:34 简单就好zyx 阅读(114) 评论(0) 推荐(0)
摘要: js方式兼容性到ie9 <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <script type="text/javascript" src="js/jquery-1.8.3.m 阅读全文
posted @ 2016-05-24 10:32 简单就好zyx 阅读(208) 评论(0) 推荐(0)