
js
Get flash to fully experience Pearltrees
game
IE和FireFox在js和css的23处不同点(转贴) - Java世界 - BlogJava
1.document.formName.item("itemName") 问题 问题说明:IE下,可以使用 document.formName.item("itemName") 或 document.formName.elements ["elementName"];Firefox下,只能使用document.formName.elements["elementName"]。 解决方法:统一使用document.formName.elements["elementName"]。 问题说明:IE下,可以使用 eval("idName") 或 getElementById("idName") 来取得 id 为 idName 的HTML对象;Firefox下,只能使用 getElementById("idName") 来取得 id 为 idName 的HTML对象。 [注] 经验证,在IE中,设置margin:0px可以去除列表的上下左右缩进、空白以及列表编号或圆点,设置padding对样式没有影响;在Firefox 中,设置margin:0px仅仅可以去除上下的空白,设置padding:0px后仅仅可以去掉左右缩进,还必须设置list-style:none才 能去除列表编号或圆点。也就是说,在IE中仅仅设置margin:0px即可达到最终效果,而在Firefox中必须同时设置margin:0px、 padding:0px以及list-style:none三项才能达到最终效果。JSDoc Homepage - JavaScript Documentation Tool
NOTE: This project is no longer actively developed or supported, as it has been replaced by the Rhino-based JSDoc project. For more information contact the JSDoc users group .Open IIS Help , which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup , Common Administrative Tasks , and About Custom Error Messages .
ZT-剪贴板实现跨域iframe高度自适应 - 未来的馒头
web.Frontend :: random things :: July :: 2006
Blog
If you'd like to start a new blog with WordPress.com, sign up now ! You can connect your new blog back to Windows Live via Messenger Connect.Étape suivante: S'il vous plaît sélectionner un prix, entrez votre adresse courriel et de remplir vos informations de livraison pour avoir une chance de gagner!
沐风经典 - JS写的cookie类
JavaScript中的类继承(一) - lycboy - 新浪BLOG
博客园 - The shortest answer is doing - prototype.js 1.4版开发者手册(强烈推荐
你可以看到,这段代码比前面的例子更加简洁,不包括 onComplete 方法,但是在构造方法中传入了一个元素id。 我们来稍稍修改一下代码来描述如何在客户端处理服务器段错误成为可能。 我们将加入更多的选项, 指定处理错误的一个方法。Effect.Appear , Effect.BlindDown , Effect.BlindUp , Effect.DropOut , Effect.Fade , Effect.Fold , Effect.Grow , Effect.Puff , Effect.Pulsate , Effect.Shake , Effect.Shrink , Effect.SlideDown , Effect.SlideUp , Effect.Squish , Effect.SwitchOff , Effect.ScrollTo Help port the old, dead wiki to github and earn BIG BROWNIE POINTS ! You can find a copy of the old wiki contents at http://script.aculo.us/docs . See some helpful hints for porting , and please follow the style guide !
Prototype in scriptaculous wiki
Ten good practices for writing JavaScript in 2005
首先,我们要先了解一下类的概念,JavaScript 本身是一种面向对象的语言,它所涉及的元素根据其属性的不同都依附于某一个特定的类。我们所常见的类包括:数组变量(Array)、逻辑变量(Boolean)、日期变量(Date)、结构变量(Function)、数值变量(Number)、对象变量(Object)、字符串变量(String) 等,而相关的类的方法,也是程序员经常用到的(在这里要区分一下类的注意和属性发方法),例如数组的push方法、日期的get系列方法、字符串的split方法等等,

