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.
原始的DOM节点的内容传给jQuery();如果没有东西被传递,那么上下文将可能是该文档(document)。
一个包含了jQuery版本号的字符串。
在jQuery对象中元素的数量。