Skip to content

Commit 65f99f9

Browse files
Krinklemgol
authored andcommitted
Selector: Move from global to instance property category
Follows-up e3c9d15, which added it to the wrong category. Closes #1030
1 parent 21c1fb1 commit 65f99f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/selector.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<p>The <code>.selector</code> property was deprecated in jQuery 1.7 and is only maintained to the extent needed for supporting <code>.live()</code> in the jQuery Migrate plugin. It may be removed without notice in a future version. The property was never a reliable indicator of the selector that could be used to obtain the set of elements currently contained in the jQuery set where it was a property, since subsequent traversal methods may have changed the set. Plugins that need to use a selector string within their plugin can require it as a parameter of the method. For example, a "foo" plugin could be written as <code>$.fn.foo = function( selector, options ) { /* plugin code goes here */ };</code>, and the person using the plugin would write <code>$( "div.bar" ).foo( "div.bar", {dog: "bark"} );</code> with the <code>"div.bar"</code> selector repeated as the first argument of <code>.foo()</code>.</p>
1010
</longdesc>
1111
<category slug="internals"/>
12-
<category slug="properties/global-jquery-object-properties"/>
12+
<category slug="properties/jquery-object-instance-properties"/>
1313
<category slug="version/1.3"/>
1414
<category slug="deprecated/deprecated-1.7"/>
1515
<category slug="removed"/>

0 commit comments

Comments
 (0)