Fix for #270
This commit is contained in:
parent
edb54ef733
commit
ba7dc19416
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
|
@ -2694,7 +2694,7 @@ jQuery.macros = {
|
|||
/**
|
||||
* Set the value of every matched element.
|
||||
*
|
||||
* @example $("input").value("test");
|
||||
* @example $("input").val("test");
|
||||
* @before <input type="text" value="some text"/>
|
||||
* @result <input type="text" value="test"/>
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue