From: Jörn Zaefferer Date: Tue, 27 Feb 2007 21:58:14 +0000 (+0000) Subject: Fixed list of destructive methods in end() docs X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=1c42201d7aba027afeaec8bef5e026d74ce38a7b Fixed list of destructive methods in end() docs --- 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?