摘要: jquery animate函数不能处理背景色渐变,需要使用jquery.color插件 gitHub地址:https://github.com/jquery/jquery-color/ 使用代码: 演示: http://runjs.cn/detail/xmax7vo3 阅读全文
posted @ 2014-08-10 22:12 尼玛范爷 阅读(17310) 评论(0) 推荐(0) 编辑
摘要: 一天先后有两个同事问我为啥他的js代码出现了莫名其妙的问题 上面两处代码都不会执行的原因,是因为script和iframe标签都是不可以自关闭的。 还有就是<script type='javascript'> type如果写错了,js也不会执行。 阅读全文
posted @ 2014-08-10 16:54 尼玛范爷 阅读(3461) 评论(0) 推荐(0) 编辑