From: Jörn Zaefferer Date: Fri, 27 Oct 2006 15:15:44 +0000 (+0000) Subject: Fixed previous() in docs X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=fc351ba2791e63a31fc16a9478e007d88ee9bb18;hp=4b3b2c1f42d6df46377c05b90bf9bcc664356d0e;p=jquery.git Fixed previous() in docs --- diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 03db89c..76f0f0e 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -3096,7 +3096,7 @@ jQuery.macros = { * * It only returns the immediately previous sibling, not all previous siblings. * - * @example $("p").previous(".selected") + * @example $("p").prev(".selected") * @before
Hello

Hello Again

And Again

* @result [
Hello
] *