X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=74b912e665bc8de7e43c1f247a6e1b47bdebb32f;hb=1c42201d7aba027afeaec8bef5e026d74ce38a7b;hp=12ec613f6646acfc5ddb533217cefd1883e91a10;hpb=757138f216bb30859c50b84345d960807e06e252;p=jquery.git 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?