随笔分类 -  JavaScript

上一页 1 ··· 3 4 5 6 7 8 下一页
摘要:原文:http://www.eyike.com/html/y2009/javascript-delete-element-node.html[代码]这个方法在IE下是好使的,但是在Firefox等标准浏览器中就会报错了 removeNode is not defined,但是在核心JS中有一个操作DOM节点的方法叫:removeChild(),看名字应该就知道是移除子节点的,那么我们就可以变通一下... 阅读全文
posted @ 2010-02-25 16:44 豪情 阅读(1023) 评论(0) 推荐(0) 编辑
摘要:png-8模式的图片,如果没有渐变的话是透明的,如果有渐变就不透明了。需要js的支持。[代码] 阅读全文
posted @ 2010-02-05 18:02 豪情 阅读(495) 评论(1) 推荐(0) 编辑
摘要:From:http://student.csdn.net/space.php?uid=45106&do=blog&view=me第1章 精华JavaScript的特性中有一部分特性带来的麻烦远远超出它们的价值。其中,一些特性是因为规范很不完善,从而可能导致可移植性的问题;一些特性会导致生成难以理解和修改的代码;一些特性促使我的代码风格过于复杂且易于出错;还有一些特性就是设计错误。有... 阅读全文
posted @ 2010-02-05 12:36 豪情 阅读(379) 评论(0) 推荐(0) 编辑
摘要:http://ued.alipay.com/2009/03/javascript-orient-object/ 阅读全文
posted @ 2010-02-03 21:02 豪情 阅读(219) 评论(0) 推荐(0) 编辑
摘要:[代码] 阅读全文
posted @ 2010-02-03 00:32 豪情 阅读(273) 评论(0) 推荐(0) 编辑
摘要:[代码] 阅读全文
posted @ 2010-01-31 23:54 豪情 阅读(243) 评论(0) 推荐(0) 编辑
摘要:[代码] 阅读全文
posted @ 2010-01-31 11:02 豪情 阅读(658) 评论(0) 推荐(0) 编辑
摘要:源文:http://w3c.web600.net/html/JavaScript/JavaScriptb/20090404/700.html[代码] 阅读全文
posted @ 2010-01-29 11:11 豪情 阅读(669) 评论(0) 推荐(1) 编辑
摘要:来源:http://www.5120w.com/html/web/Javascript/content10609.html[代码] 阅读全文
posted @ 2010-01-29 10:56 豪情 阅读(5792) 评论(3) 推荐(0) 编辑
摘要:http://bbs.blueidea.com/thread-2486328-1-1.html 阅读全文
posted @ 2009-12-31 09:40 豪情 阅读(477) 评论(1) 推荐(0) 编辑
摘要:http://www.ibm.com/developerworks/cn/views/web/libraryview.jsp?sort_by=Date&show_abstract=true&show_all=false&search_flag=&topic_by=JavaScript&type_by=%E6%89%80%E6%9C%89%E7%B1%BB%E... 阅读全文
posted @ 2009-12-30 19:01 豪情 阅读(417) 评论(0) 推荐(0) 编辑
摘要:[代码] 阅读全文
posted @ 2009-12-24 13:01 豪情 阅读(810) 评论(0) 推荐(1) 编辑
摘要:http://bbs.blueidea.com/thread-2201069-1-1.html 阅读全文
posted @ 2009-12-22 09:08 豪情 阅读(591) 评论(0) 推荐(0) 编辑
摘要:[代码] 阅读全文
posted @ 2009-12-16 09:59 豪情 阅读(2183) 评论(1) 推荐(0) 编辑
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/x... 阅读全文
posted @ 2009-12-15 12:49 豪情 阅读(11924) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/ting_gt/archive/2009/08/18/1548627.html 阅读全文
posted @ 2009-12-11 15:23 豪情 阅读(275) 评论(0) 推荐(0) 编辑
摘要:较为上篇更为深刻原文:http://blog.csdn.net/jaylongli/archive/2009/03/20/4007823.aspx[代码] 阅读全文
posted @ 2009-12-11 13:47 豪情 阅读(409) 评论(0) 推荐(0) 编辑
摘要:原文:http://www.cnblogs.com/itelite/archive/2008/01/11/1035587.html[代码] 阅读全文
posted @ 2009-12-11 11:09 豪情 阅读(303) 评论(0) 推荐(0) 编辑
摘要:原文:http://www.javaeye.com/wiki/Object_Oriented_JavaScript?category_id=0看了很多介绍javascript面向对象技术的文章,很晕.为什么?不是因为写得不好,而是因为太深奥. javascript中的对象还没解释清楚怎么回事,一上来就直奔主题,类/继承/原型/私有变量.... 结果呢,看了大半天,有了一个大概的了解,细细一回味,好... 阅读全文
posted @ 2009-12-11 10:58 豪情 阅读(452) 评论(0) 推荐(0) 编辑
摘要:原文地址:http://bbs.blueidea.com/thread-2786569-1-1.html可惜的是有的效果在非ie浏览器下面没有效果。[代码] 阅读全文
posted @ 2009-12-11 10:33 豪情 阅读(354) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 下一页