摘要: http://yui.2clics.net/ 阅读全文
posted @ 2012-08-21 16:34 webglcn 阅读(128) 评论(0) 推荐(0)
摘要: IE就是一坨屎 不要使用原生的Javascript去画HTML. 使用类库,比如Juqery. 千万别手贱!原因之一 JS 通过CreateElement 动态生成的代码,使用setAttribute插入已有CSS样式不起作用 (IE 6 - 8). 阅读全文
posted @ 2012-08-21 15:46 webglcn 阅读(357) 评论(0) 推荐(0)
摘要: Refer to http://stackoverflow.com/questions/94037/convert-character-to-ascii-code-in-javascriptThe second answer"ABC".charCodeAt(0)// returns 65String.fromCharCode(65,66,67);// returns 'ABC' 阅读全文
posted @ 2012-08-21 13:40 webglcn 阅读(363) 评论(0) 推荐(0)