SP.FormCollection.item Property
Applies to: SharePoint Foundation 2010
Gets the list form at the specified index in the collection.
var value = SP.FormCollection.get_item();
Property Value
Type: SP.Form
The list form at the specified index in the collection.