#270 closed enhancement (fixed)
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");
Note: See
TracTickets for help on using
tickets.
Fixed in SVN.