sympmarc / SPServices

SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to provide more useful (and cool) capabilities. It works entirely client side and requires no server install.
MIT License
208 stars 61 forks source link

Provided better example of item parameter value #75

Open dsmagic12 opened 5 years ago

dsmagic12 commented 5 years ago

The old examples showed a bad item URL ("https://server/site/Lists/item" + idData + "_.000") which should have been "https://server/site/Lists/LIST_NAME" + idData + "_.000"