<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - rumremix</title>
<link>http://snipplr.com/users/rumremix/tags/client</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 18 May 2013 22:03:35 GMT</pubDate>
<item>
<title>(JavaScript) SHAREPOINT 2010 READ FROM LIST USING ECMASCRIPT</title>
<link>http://snipplr.com/view/37785/sharepoint-2010-read-from-list-using-ecmascript/</link>
<description><![CDATA[ <p>This code works for me without requiring any includes, plugins, or service packs. It should also integrate seamlessly with jquery. If needing to perform this process more than once on a page, make sure namedListItem variable is unique for each case (use different names for that page-scoped variable in each case).

For caml queries, wrap Query tag in View tag.

For lookup fields use .get_lookupValue() property syntax. For example...

topNavSection[enm] = oListItem.get_item('Section').get_lookupValue();</p> ]]></description>
<pubDate>Fri, 23 Jul 2010 07:56:45 GMT</pubDate>
<guid>http://snipplr.com/view/37785/sharepoint-2010-read-from-list-using-ecmascript/</guid>
</item>
<item>
<title>(JavaScript) sharepoint 2010 write to list using ecmascript</title>
<link>http://snipplr.com/view/37784/sharepoint-2010-write-to-list-using-ecmascript/</link>
<description><![CDATA[ <p>This code works for me without requiring any includes, plugins, or service packs. It should also integrate seamlessly with jquery.</p> ]]></description>
<pubDate>Fri, 23 Jul 2010 07:52:30 GMT</pubDate>
<guid>http://snipplr.com/view/37784/sharepoint-2010-write-to-list-using-ecmascript/</guid>
</item>
</channel>
</rss>