Skip to main content

Bug Tracker

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");

Attachments (0)
Change History (2)

Changed October 13, 2006 12:36PM UTC by joern comment:1

resolution: → fixed
status: newclosed

Fixed in SVN.