Welcome to Delicate template
Header
Just another WordPress site
Header

Author Archives: 无 名

About 无 名

wow, the web, i am come.

js获取网址后去掉相关参数

12月 6th, 2013 | Posted by 无 名 in js - (js获取网址后去掉相关参数已关闭评论)

用js获取到网址后,去掉其中某个参数,怎么做呢 比如我的网址:http://www.abc.com/index …
Read more

xsl如何输出几个一组

12月 6th, 2013 | Posted by 无 名 in html - (xsl如何输出几个一组已关闭评论)

奇偶成组,可以用下面来实现。 <xsl:for-each select="ds/Table1& …
Read more

定界符害了我。

11月 29th, 2013 | Posted by 无 名 in php | thinkphp - (定界符害了我。已关闭评论)

在thinkphp中,如果前面有个大括号,就会出现错误,导致第一个解析不了。 像这样。 {msg:”{$msg …
Read more

报错Uncaught TypeError: Property ‘reset’ of object # is not a function

10月 30th, 2013 | Posted by 无 名 in jQuery | js - (报错Uncaught TypeError: Property ‘reset’ of object # is not a function已关闭评论)

今天碰到一个棘手的问题,用jquery提交POST表单后对当前form进行reset,在reset的时候报错: …
Read more

js动态显示当前时间

10月 5th, 2013 | Posted by 无 名 in js - (js动态显示当前时间已关闭评论)

转自别处,可以切换24/12小时制

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

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

用jquery让数字自加

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

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