From: Jörn Zaefferer Date: Fri, 13 Oct 2006 12:36:21 +0000 (+0000) Subject: Fix for #270 X-Git-Tag: 1.0.3~28 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ba7dc19416cf087c6b9c590234bac78b218d5874;p=jquery.git Fix for #270 --- diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 8332f64e0..6f35c999f 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -2694,7 +2694,7 @@ jQuery.macros = { /** * Set the value of every matched element. * - * @example $("input").value("test"); + * @example $("input").val("test"); * @before * @result *