UNPKG

spservices

Version:

Work with SharePoint's Web Services using jQuery

14 lines (9 loc) 668 B
### Function **$().SPServices** ### Web Service **Forms** ### Supported Operations | Operation | Options | MSDN Documentation | Introduced | | --------- | ------- | ------------------ | ---------- | | GetForm | `[webURL], listName, formUrl` | [Forms.GetForm Method](http://msdn.microsoft.com/en-us/library/forms.forms.getform.aspx) | [0.2.8](http://spservices.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=32071) | | GetFormCollection | `[webURL], listName` | [Forms.GetFormCollection Method](http://msdn.microsoft.com/en-us/library/forms.forms.getformcollection.aspx) | [0.2.3](http://spservices.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31744) |