2008年9月8日
摘要: 最近不知道怎么了,烦的要死,东西也不想做,每天晃晃悠悠去上班,然后在下班,没事上上开心网,停车啊!停车啊!无聊麻木了。。。。。。 阅读全文
posted @ 2008-09-08 19:48 刘卿 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 今天丢人了,把如何获取url都忘了,现在都弄上来,提醒 设置或获取对象指定的文件名或路径。 alert(window.location.pathname) 设置或获取整个 URL 为字符串。 设置或获取与 URL 关联的端口号码。 设置或获取 URL 的协议部分。 设置或获取 href 属性中在井号“#”后面的分段。 设置或获取 location 或 URL 的 hostname ... 阅读全文
posted @ 2008-09-08 17:13 刘卿 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 把jquery-1.2.6.js放上来 jquery-1.2.6 阅读全文
posted @ 2008-09-08 16:22 刘卿 阅读(143) 评论(0) 推荐(0) 编辑
摘要: hover 阅读全文
posted @ 2008-09-08 16:07 刘卿 阅读(2680) 评论(1) 推荐(0) 编辑
摘要: 完全css-tab切换 1 2 3 阅读全文
posted @ 2008-09-08 12:44 刘卿 阅读(959) 评论(0) 推荐(0) 编辑
摘要: Jquery已经为我们提供了各种事件处理方法,我们无需在html元素上直接写事件,而可以直接为通过jquery获取的对象添加事件。 如: $("#msg").click(function(){alert("good")})//为元素添加了单击事件 $("p").click(function(i){this.style.color=['#f00','#0f0','#00f'][i]}) ... 阅读全文
posted @ 2008-09-08 11:29 刘卿 阅读(864) 评论(0) 推荐(0) 编辑
摘要: javascript入门学习全集。 第一季: http://www.cssrain.cn/demo/a/1-1.doc http://www.cssrain.cn/demo/a/1-2.doc http://www.cssrain.cn/demo/a/1-3.doc http://www.cssrain.cn/demo/a/1-4.doc http://www.cssrain.cn/de... 阅读全文
posted @ 2008-09-08 09:47 刘卿 阅读(434) 评论(0) 推荐(0) 编辑