This commit is contained in:
Jörn Zaefferer 2006-10-13 12:36:21 +00:00
parent edb54ef733
commit ba7dc19416

View file

@ -2694,7 +2694,7 @@ jQuery.macros = {
/** /**
* Set the value of every matched element. * Set the value of every matched element.
* *
* @example $("input").value("test"); * @example $("input").val("test");
* @before <input type="text" value="some text"/> * @before <input type="text" value="some text"/>
* @result <input type="text" value="test"/> * @result <input type="text" value="test"/>
* *