Skip to content
Permalink
Browse files
Fix for #270
  • Loading branch information
jzaefferer committed Oct 13, 2006
1 parent edb54ef commit ba7dc19
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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"/>
*

0 comments on commit ba7dc19

Please sign in to comment.