X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=76f0f0e021518b51dec5c5ea4809afe948be6cef;hb=40b55adf5c22542985c3f7fc2717df9604a3d973;hp=03db89cb1f5d91fbfbad55f6d8eefb4b88f2940c;hpb=83b0e17f3fc1b0ed9993827d2308c344392926d4;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
] *