摘要: 有助于开发的一些配置: Installing the Developer Profile extension sets up most of the development environment described below. There is a set of development preferences that, when enabled, allows you to view more information about application activity, thus making debugging easier. However, these preferences.. 阅读全文
posted @ 2013-08-31 20:56 muhawo 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 1.创建一个 元素必须同时设定 type 属性。因为微软规定 元素的 type 只能写一次。jQuery 代码://在IE中无效:$("").attr("type","checkbox");//在IE中有效:$("");2.确定查询的选择器jQuery 代码:$("ul").append(""+$("ul").selector+"").append(""+$("ulli").selector+&q 阅读全文
posted @ 2013-08-02 09:52 muhawo 阅读(138) 评论(0) 推荐(0) 编辑
摘要: Unicode to Chinese 代码示例如下: 1 2 3 4 Unicode to Chinese 5 6 7 8 910 42 43 44 45 46 47 48 49 50 注意:存为html格式,可以直接运行!转摘于:http://hi.baidu.com/wzgws/item/6f99beb42de10d75254b0923 阅读全文
posted @ 2013-07-26 14:08 muhawo 阅读(451) 评论(0) 推荐(0) 编辑
摘要: 这是我第一次注册博客,第一次有自己的主页,第一次发表博文,以此纪念!2013年7月25 阅读全文
posted @ 2013-07-25 11:39 muhawo 阅读(131) 评论(0) 推荐(0) 编辑