分类:jQuery 对象实例的属性


Each jQuery object created with the jQuery() function contains a number of properties alongside its methods. These properties allow us to inspect various attributes of the object.

.context

原始的DOM节点的内容传给jQuery();如果没有东西被传递,那么上下文将可能是该文档(document)。

.jquery

一个包含了jQuery版本号的字符串。

.length

在jQuery对象中元素的数量。