摘要: 效果图: 代码如下: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Collections.Generic; using System.Text; using System.Net; usi... 阅读全文
posted @ 2008-10-11 16:48 stu_acer 阅读(978) 评论(0) 推荐(0) 编辑
摘要: by Rick Strahl www.west-wind.com/weblog Last Update Updated: 09/8/2008 What's covered Key Features of jQuery Getting Started with Selectors The Wrapped Set of DOM Matches jQuery Wr... 阅读全文
posted @ 2008-10-11 16:36 stu_acer 阅读(548) 评论(0) 推荐(0) 编辑
摘要: jQuery 是一种 JavaScript 库,它是开发人员简化动态富 Internet 应用程序创建的最佳选择。随着基于浏览器的应用程序不断代替桌面应用程序,这些库的使用将会不断增长。在 本系列文章 中了解 jQuery,并学习如何在您的 Web 应用程序项目中实现 jQuery。 简介 jQuery 逐渐从其他 JavaScript 库选择中脱颖而出,并且成为 Web 开发人员的最佳选择。它迅... 阅读全文
posted @ 2008-10-11 15:33 stu_acer 阅读(366) 评论(0) 推荐(0) 编辑
摘要: addClass( class ) 给匹配的每个元素添加指定的CSS class(es)。 返回: jQuery 参数: class (String): 要给元素添加的一个或多个CSS classes 例子: $("p").addClass("selected") 执行前: Hello 结果: [ Hello ] 例子: $("p").addClass("select... 阅读全文
posted @ 2008-10-11 13:45 stu_acer 阅读(279) 评论(0) 推荐(0) 编辑