摘要: mousewheel.js其实也没有多少行代码,没有几个函数就是封装了一下,功能还是比scroll强大, .scroll()你看API里说必须是overflow CSS property set to scroll (or auto when the element's explicit heigh... 阅读全文
posted @ 2015-11-12 17:44 qqisnow2021 阅读(388) 评论(0) 推荐(0)
摘要: 所有的js代码都要在document.ready之后运行不然可能运行过早了就好比在firebug里运行正常但在文件里加载就可能不行了--Drupal.behaviors.xxx OVER document.ready.https://www.lullabot.com/articles/underst... 阅读全文
posted @ 2015-11-12 17:23 qqisnow2021 阅读(177) 评论(0) 推荐(0)
摘要: db_query('DELETE FROM {node_revisions} nr WHERE nr.vid NOT IN (SELECT n.vid FROM {node} n)');You don't want to delete all the revisions: You want to d... 阅读全文
posted @ 2015-11-12 11:44 qqisnow2021 阅读(261) 评论(0) 推荐(0)