01 2018 档案

摘要:<!-- <include src="public/Header.html"></include> --><!-- <include src="public/Footer.html"></include> -->Nginx配置SSI如何在nginx上配置SSI需要的选项主要是以下三个:ssi: 默认 阅读全文
posted @ 2018-01-28 22:37 huihui2014
摘要:#智动pc server { listen 8082; server_name localhost 192.168.10.102 192.168.11.117 192.168.43.53 192.168.0.8; #charset koi8-r; #access_log logs/host.access.... 阅读全文
posted @ 2018-01-28 22:30 huihui2014
摘要:html js css <divclass="dropdown fl"> <ahref="javascript:void(0)"onclick="showchange(event)"class="dropBox pointer"><fontclass="showValue">南昌</font> <e 阅读全文
posted @ 2018-01-22 23:26 huihui2014
摘要:修改内容 添加参数: disableParent: 父级点击时是否执行操作(添加当前状态及回调操作) 值: 默认 true true :执行操作 false:不执行 disableParent: 父级点击时是否执行操作(添加当前状态及回调操作) 值: 默认 true true :执行操作 false 阅读全文
posted @ 2018-01-04 16:00 huihui2014
摘要:对内容编码输出: {{content}} 不编码输出: {{#content}} 效果 遍历表达式 无论数组或者对象都可以用 each 进行遍历。 {{each list as value index}} <li>{{index}} - {{value.user}}</li> {{/each}} 亦 阅读全文
posted @ 2018-01-04 10:54 huihui2014
摘要:jquery判断对象是否获得焦点 var isFocus=$("#tRow").is(":focus"); if(true==isFocus){ alert("focus"); }else{ alert("blur"); } jQuery序列化表单 var fields=$(elem).serial 阅读全文
posted @ 2018-01-02 20:05 huihui2014