diff options
author | John Resig <jeresig@gmail.com> | 2007-08-24 01:28:07 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-08-24 01:28:07 +0000 |
commit | 257eaf7ee32df66ddd0a3333a5b6a829b9d388ef (patch) | |
tree | e83ca5be7d2fd12b5227659bddc8d477755fa132 /src/jquery | |
parent | 4df20c0c1b8506981087dd8702f3a076bd57d017 (diff) | |
download | jquery-257eaf7ee32df66ddd0a3333a5b6a829b9d388ef.tar.gz jquery-257eaf7ee32df66ddd0a3333a5b6a829b9d388ef.zip |
Marked all the appropriate methods as being deprecated for the 1.1.4 release (in preparation for 1.2).
Diffstat (limited to 'src/jquery')
-rw-r--r-- | src/jquery/jquery.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 9cff1cd24..4c5941b20 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -2422,6 +2422,7 @@ jQuery.each( { * @param String str The string that will be contained within the text of an element. * @cat DOM/Traversing */ +// DEPRECATED jQuery.each( [ "eq", "lt", "gt", "contains" ], function(i,n){ jQuery.fn[ n ] = function(num,fn) { return this.filter( ":" + n + "(" + num + ")", fn ); |