Welcome to Delicate template
Header
Just another WordPress site
Header

jQuery1.9-Cannot read property ‘msie’ of undefined错误的解决方法

9月 29th, 2013 | Posted by 无 名 in jQuery | js - (jQuery1.9-Cannot read property ‘msie’ of undefined错误的解决方法已关闭评论)

因为用到slides.min.jquery.js,这个jquery插件,导致出现了Cannot read pr …
Read more

js倒计时代码

9月 27th, 2013 | Posted by 无 名 in js - (js倒计时代码已关闭评论)

将倒计时写成了js函数,来调用。 代码如下: var now = new Date(); var grt= n …
Read more

帝国cms扩展变量$navinfor

9月 23rd, 2013 | Posted by 无 名 in ecms - (帝国cms扩展变量$navinfor已关闭评论)

内容模板变量说明: 字段值数组:$navinfor 使用该变量即可在php代码里面调用默认字段和自定义字段。 …
Read more

php定界符<<

9月 22nd, 2013 | Posted by 无 名 in php - (php定界符<<已关闭评论)

自己定义的标记。 字符串的特殊输入方式,也叫格式输入,不好用语言说明,举个例子你就知道了。 $str=

用jquery让数字自加

9月 12th, 2013 | Posted by 无 名 in jQuery | js - (用jquery让数字自加已关闭评论)

如何使用jquery让文本框的数字自加呢。 用下面的方法: function adding(){ var my …
Read more