Side navigation
#270 closed enhancement (fixed)
Opened October 11, 2006 01:19PM UTC
Closed October 13, 2006 12:36PM UTC
Last modified August 27, 2009 11:57AM UTC
Mod of API Docs for jQuery "val"
Reported by: | cdvrooman | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 1.0 |
Component: | docs | Version: | 1.0a |
Keywords: | val | Cc: | |
Blocked by: | Blocking: |
Description
In the 1.0.2 API for "V", the example
$("input").value("test");
should read
$("input").val("test");
Fixed in SVN.