X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=74b912e665bc8de7e43c1f247a6e1b47bdebb32f;hb=1c42201d7aba027afeaec8bef5e026d74ce38a7b;hp=cd4d4e79698fb4b64ce304a778a1363e3fc3320b;hpb=a782afdfd00f12cc6fab25c83bbaeefd0705b544;p=jquery.git diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index cd4d4e7..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?

@@ -1292,7 +1272,7 @@ jQuery.extend({ }, /** - * A generic iterator function, which can be used to seemlessly + * A generic iterator function, which can be used to seamlessly * iterate over both objects and arrays. This function is not the same * as $().each() - which is used to iterate, exclusively, over a jQuery * object. This function can be used to iterate over anything. @@ -2288,7 +2268,7 @@ jQuery.each( [ "eq", "lt", "gt", "contains" ], function(i,n){ */ /** - * Set the CSS width of every matched element. If no explicit unit + * Set the CSS height of every matched element. If no explicit unit * was specified (like 'em' or '%') then "px" is added to the width. * * @example $("p").height(20);