X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=76f0f0e021518b51dec5c5ea4809afe948be6cef;hb=fc351ba2791e63a31fc16a9478e007d88ee9bb18;hp=03db89cb1f5d91fbfbad55f6d8eefb4b88f2940c;hpb=4b3b2c1f42d6df46377c05b90bf9bcc664356d0e;p=jquery.git 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
] *