mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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 New Issue
Block a user