mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Fix for #270
This commit is contained in:
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"/>
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user