• 博客(0)
  • 资源 (4)

空空如也

jQuery1.2API 中文文档api

jQuery(expression,[context]) 这个函数接收一个包含 CSS 选择器的字符串,然后用这个字符串去匹配一组元素。 jQuery 的核心功能都是通过这个函数实现的。 jQuery中的一切都构建于这个函数之上,或者说都是在以某种方式使用这个函数。这个函数最基本的用法就是向它传递一个表达式(通常由 CSS 选择器组成),然后根据这个表达式来查找所有匹配的元素。 默认情况下, 如果没有指定context参数,$()将在当前的 HTML 文档中查找 DOM 元素;如果指定了 context 参数,如一个 DOM 元素集或 jQuery 对象,那就会在这个 context 中查找。 参考 Selectors 获取更多用于 expression 参数的 CSS 语法的信息。 -------------------------------------------------------------------------------- This function accepts a string containing a CSS selector which is then used to match a set of elements. The core functionality of jQuery centers around this function. Everything in jQuery is based upon this, or uses this in some way. The most basic use of this function is to pass in an expression (usually consisting of CSS), which then finds all matching elements. By default, if no context is specified, $() looks for DOM elements within the context of the current HTML document. If you do specify a context, such as a DOM element or jQuery object, the expression will be matched against the contents of that context. See Selectors for the allowed CSS syntax for expressions.

2009-12-14

ecside.jar包,java版,表格控件

ECSide新版本的雏形已经开发完成主要是修正了一些bug 还有就是引入了一个叫easyList的特性该特性和spring配合 用来快速展现列表

2008-09-20

java中处理EXCEL包

可以用java操作数据,进行excel的输出<br>也可以将excel的数据读入流中进行操作<br>性能比poi好很好

2008-07-27

标准日历控件

本日历是嵌入input文本框中,实现点击文本框就可以选择该日历的日期

2008-01-25

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除