From 1c42201d7aba027afeaec8bef5e026d74ce38a7b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Tue, 27 Feb 2007 21:58:14 +0000 Subject: [PATCH] Fixed list of destructive methods in end() docs --- src/jquery/jquery.js | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 12ec613..74b912e 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -774,30 +774,10 @@ jQuery.fn = jQuery.prototype = { * If there was no destructive operation before, an empty set is returned. * * A 'destructive' operation is any operation that changes the set of - * matched jQuery elements. These functions are: - * These functions are: - * - * add - * - * children - * - * clone - * - * filter - * - * find - * - * not - * - * next - * - * parent - * - * parents - * - * prev - * - * siblings + * matched jQuery elements. These functions are: add, + * children, clone, filter, + * find, not, next, + * parent, parents, prev and siblings. * * @example $("p").find("span").end(); * @before

Hello, how are you?

-- 1.7.10.4