X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=4c5941b20afa1762c4894e19244b58a47c11f388;hb=257eaf7ee32df66ddd0a3333a5b6a829b9d388ef;hp=9cff1cd245510782db75f2a29aed5d7d49ae56b6;hpb=4df20c0c1b8506981087dd8702f3a076bd57d017;p=jquery.git diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 9cff1cd..4c5941b 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 );