1307月 jquery/js当前URL对当前栏目高亮突出显示的两种方案 html:<divclass="nav"><ul><li><ahref="index.html">首页</a></li><li><ahref="b.h...…
1307月 js代码实现某字段还剩几天过期的效果,帝国CMS模板可用! <script>functionCheckInfoDate(infodate){vartoday=newDate().getTime();vartheday=Date.parse(infodate.replace(/(\d+)-(\d+)-(\d+)/,'$2/...…
1307月 帝国CMS模板制作-判断评论验证码是否开启 后台-模板-公共模板变量-评论表单查找:验证码:<inputname="key"type="text"class="inputText"size="10"/><imgsrc="[!--news.url-...…
1307月 nginx正则配置解释多用于伪静态规则 1、^:匹配字符串的开始位置;2、$:匹配字符串的结束位置;3、.*:.匹配任意字符,*匹配数量0到正无穷;4、\.斜杠用来转义,\.匹配.特殊使用方法,记住记性了;5、(值1|值2|值3|值4…
1307月 使用瀑布流砖块masonry出现错误cannot call methods on masonry prior to initialization; attemp 今天给一个页面写瀑布流砖块效果的时候使用了masonry,调试以外出现了如下错误:cannotcallmethodsonmasonrypriortoinitialization;attemptedtocallmethod'rel…