摘要: http://www.eoeandroid.com/thread-202777-1-1.html 阅读全文
posted @ 2014-02-28 22:23 daishuguang 阅读(133) 评论(0) 推荐(0)
摘要: FireFox下document.body.scrollHeight || document.documentElement.scrollHeight;//等价document.body.scrollTop || document.documentElement.scrollTop; //不等价 阅读全文
posted @ 2014-02-28 19:28 daishuguang 阅读(158) 评论(0) 推荐(0)
摘要: var evt = document.createEvent("MouseEvents");evt.initMouseEvent("click", true, false);------------------以上只能在Chrome中使用var evt = document.createEvent("MouseEvents");//evt.initMouseEvent("click", true, false);evt.initEvent("click", false, false);----- 阅读全文
posted @ 2014-02-28 19:09 daishuguang 阅读(1563) 评论(0) 推荐(0)
摘要: 事件模型在各浏览器中存在差异http://docs.blackberry.com/zh-cn/developers/deliverables/11849/MouseEvent_initMouseEvent_569387_11.jsphttp://www.w3.org/TR/DOM-Level-2-Events/events.html 阅读全文
posted @ 2014-02-28 18:44 daishuguang 阅读(135) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/wangjinyu501/article/details/8140588http://www.cnblogs.com/hanyonglu/archive/2012/04/21/2462311.htmlhttp://topmanopensource.iteye.com/blog/1456407http://www.cnblogs.com/salam/archive/2010/11/30/1892143.html 阅读全文
posted @ 2014-02-28 04:59 daishuguang 阅读(158) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/3572463/what-is-context-in-androidhttp://www.cnblogs.com/smalltigerlee/archive/2011/11/10/2244324.html 阅读全文
posted @ 2014-02-28 03:07 daishuguang 阅读(116) 评论(0) 推荐(0)