摘要: http://www.dowebok.com/77.html 阅读全文
posted @ 2014-12-21 14:11 椰树飘香 阅读(104) 评论(0) 推荐(0)
摘要: $(".gdxw").hover(function(){$(".gdbox").stop(true,true).slideDown(300)},function(){$(".gdbox").stop(true,true).slideUp(300)})$(".gdpd").hover(function... 阅读全文
posted @ 2014-12-20 20:10 椰树飘香 阅读(395) 评论(0) 推荐(0)
摘要: http://www.imooc.com/learn/221 阅读全文
posted @ 2014-12-11 17:43 椰树飘香 阅读(104) 评论(0) 推荐(0)
摘要: http://bonsaiden.github.io/JavaScript-Garden/zh/ 阅读全文
posted @ 2014-12-11 11:34 椰树飘香 阅读(156) 评论(0) 推荐(0)
摘要: e.stopPropagation()阻止事件冒泡 冒泡事件测试 我们先看这段代码: 我们会看到这样的情况:span alert -> td alert -> table alert。这就叫事件冒泡。就是从下到上,从里到外,事件依次触发。有的时候我们不希望事件冒泡咋办? 如果想获得事件相... 阅读全文
posted @ 2014-12-09 11:55 椰树飘香 阅读(120) 评论(0) 推荐(0)
摘要: http://www.gbtags.com/technology/jquerynews/20120726-html5-sortable-jqueryplugin/ 阅读全文
posted @ 2014-12-08 22:37 椰树飘香 阅读(312) 评论(0) 推荐(0)
摘要: http://www.flygon.net/archives/427 阅读全文
posted @ 2014-12-08 19:32 椰树飘香 阅读(104) 评论(0) 推荐(0)
摘要: http://www.wdshare.org/ 阅读全文
posted @ 2014-12-05 17:39 椰树飘香 阅读(102) 评论(0) 推荐(0)
摘要: https://cnodejs.org/topic/4fae80c02e8fb5bc650a8360 阅读全文
posted @ 2014-12-05 17:34 椰树飘香 阅读(88) 评论(0) 推荐(0)
摘要: http://deerchao.net/tutorials/regex/regex.htm 阅读全文
posted @ 2014-12-05 17:02 椰树飘香 阅读(87) 评论(0) 推荐(0)