<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/javascript/tags/list</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 21:10:40 GMT</pubDate>
<item>
<title>(JavaScript) How to retrieve data from a list in Sharepoint 2013 using oData and JavaScript - rumremix</title>
<link>http://snipplr.com/view/71175/how-to-retrieve-data-from-a-list-in-sharepoint-2013-using-odata-and-javascript/</link>
<description><![CDATA[ <p>The following code fetches contents of each Title field from the list called "LandingMiddleLinks"</p> ]]></description>
<pubDate>Wed, 15 May 2013 03:29:20 GMT</pubDate>
<guid>http://snipplr.com/view/71175/how-to-retrieve-data-from-a-list-in-sharepoint-2013-using-odata-and-javascript/</guid>
</item>
<item>
<title>(JavaScript) Remove selected items from select box - j100</title>
<link>http://snipplr.com/view/69713/remove-selected-items-from-select-box/</link>
<description><![CDATA[ <p>This will remove the items in a select box/list box that have been selected.</p> ]]></description>
<pubDate>Thu, 31 Jan 2013 11:03:36 GMT</pubDate>
<guid>http://snipplr.com/view/69713/remove-selected-items-from-select-box/</guid>
</item>
<item>
<title>(JavaScript) Hide Sencha Touch list items dynamically via CSS - Winkyboy</title>
<link>http://snipplr.com/view/65770/hide-sencha-touch-list-items-dynamically-via-css/</link>
<description><![CDATA[ <p>Although I realize one should be able to filter a store to remove unwanted items in the list, this allows the list items through and just hides them via CSS.</p> ]]></description>
<pubDate>Sat, 23 Jun 2012 06:45:37 GMT</pubDate>
<guid>http://snipplr.com/view/65770/hide-sencha-touch-list-items-dynamically-via-css/</guid>
</item>
<item>
<title>(JavaScript) Generic List in Javascript - mikkeldamm</title>
<link>http://snipplr.com/view/65647/generic-list-in-javascript/</link>
<description><![CDATA[ <p>The closest to a generic List in javascript. 
When calling constructor - new List(Module) - add model in constructor parameter</p> ]]></description>
<pubDate>Fri, 15 Jun 2012 20:25:18 GMT</pubDate>
<guid>http://snipplr.com/view/65647/generic-list-in-javascript/</guid>
</item>
<item>
<title>(JavaScript) Sort list by data- attribute - inreflection7</title>
<link>http://snipplr.com/view/62110/sort-list-by-data-attribute/</link>
<description><![CDATA[ <p>Sorts a list by its 'data-' attribute. Customization is very easy.</p> ]]></description>
<pubDate>Sat, 24 Dec 2011 01:56:19 GMT</pubDate>
<guid>http://snipplr.com/view/62110/sort-list-by-data-attribute/</guid>
</item>
<item>
<title>(JavaScript) FBJS toggle selected item in list - donaldcook</title>
<link>http://snipplr.com/view/44712/fbjs-toggle-selected-item-in-list/</link>
<description><![CDATA[ <p>Pass this for onclick.  Add 'selected_image' id to css.</p> ]]></description>
<pubDate>Tue, 23 Nov 2010 10:21:13 GMT</pubDate>
<guid>http://snipplr.com/view/44712/fbjs-toggle-selected-item-in-list/</guid>
</item>
<item>
<title>(JavaScript) add leading zeros - DADU</title>
<link>http://snipplr.com/view/39013/add-leading-zeros/</link>
<description><![CDATA[ <p>This JavaScript code snippet checks each integer in an array. If necessary, one or more leading zeros are added to an integer. Note that each integer becomes a string.</p> ]]></description>
<pubDate>Fri, 13 Aug 2010 06:34:13 GMT</pubDate>
<guid>http://snipplr.com/view/39013/add-leading-zeros/</guid>
</item>
<item>
<title>(JavaScript) SHAREPOINT 2010 READ FROM LIST USING ECMASCRIPT - rumremix</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 - rumremix</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>
<item>
<title>(JavaScript) Using the jQuery tipsy plugin on a list item - phil7085</title>
<link>http://snipplr.com/view/36376/using-the-jquery-tipsy-plugin-on-a-list-item/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 26 Jun 2010 23:18:21 GMT</pubDate>
<guid>http://snipplr.com/view/36376/using-the-jquery-tipsy-plugin-on-a-list-item/</guid>
</item>
<item>
<title>(JavaScript) Javascript count list items - ekinertac</title>
<link>http://snipplr.com/view/35931/javascript-count-list-items/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 21 Jun 2010 03:38:56 GMT</pubDate>
<guid>http://snipplr.com/view/35931/javascript-count-list-items/</guid>
</item>
<item>
<title>(JavaScript) Sharepoint Ajax List Data populater Example - rumremix</title>
<link>http://snipplr.com/view/35898/sharepoint-ajax-list-data-populater-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 19 Jun 2010 03:36:51 GMT</pubDate>
<guid>http://snipplr.com/view/35898/sharepoint-ajax-list-data-populater-example/</guid>
</item>
<item>
<title>(JavaScript) Jquery sort list alphabetically - smashu</title>
<link>http://snipplr.com/view/32821/jquery-sort-list-alphabetically/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 23 Apr 2010 03:45:16 GMT</pubDate>
<guid>http://snipplr.com/view/32821/jquery-sort-list-alphabetically/</guid>
</item>
<item>
<title>(JavaScript) jquery split list in 2 columns - smashu</title>
<link>http://snipplr.com/view/32702/jquery-split-list-in-2-columns/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 22 Apr 2010 08:58:34 GMT</pubDate>
<guid>http://snipplr.com/view/32702/jquery-split-list-in-2-columns/</guid>
</item>
<item>
<title>(JavaScript) jQuery Divide list items into two using nth-child - kimedgardmonzon</title>
<link>http://snipplr.com/view/29033/jquery-divide-list-items-into-two-using-nthchild/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 01 Mar 2010 02:40:44 GMT</pubDate>
<guid>http://snipplr.com/view/29033/jquery-divide-list-items-into-two-using-nthchild/</guid>
</item>
<item>
<title>(JavaScript) Verify if content of 2 lists/arrays are eaqual - prudnikov</title>
<link>http://snipplr.com/view/27975/verify-if-content-of-2-listsarrays-are-eaqual/</link>
<description><![CDATA[ <p>listsEqual(["1","2"], ["1","2"]) is true;</p> ]]></description>
<pubDate>Mon, 08 Feb 2010 19:33:37 GMT</pubDate>
<guid>http://snipplr.com/view/27975/verify-if-content-of-2-listsarrays-are-eaqual/</guid>
</item>
<item>
<title>(JavaScript) GET RADIO BUTTON VALUE USING JQUERY - omixen</title>
<link>http://snipplr.com/view/12797/get-radio-button-value-using-jquery/</link>
<description><![CDATA[ <p>Starting from jQuery 1.3</p> ]]></description>
<pubDate>Wed, 04 Mar 2009 12:35:40 GMT</pubDate>
<guid>http://snipplr.com/view/12797/get-radio-button-value-using-jquery/</guid>
</item>
<item>
<title>(JavaScript) How to distinguish KickApp's list pages via JavaScript - krunkosaurus</title>
<link>http://snipplr.com/view/10737/how-to-distinguish-kickapps-list-pages-via-javascript/</link>
<description><![CDATA[ <p>Use the Ka.Util.getLocationParam utility method to get the mediaType GET parameter:

--
For more tips and tricks checkout the KickApps resources page.</p> ]]></description>
<pubDate>Mon, 29 Dec 2008 10:39:16 GMT</pubDate>
<guid>http://snipplr.com/view/10737/how-to-distinguish-kickapps-list-pages-via-javascript/</guid>
</item>
<item>
<title>(JavaScript) Get Radio Button Value using jQuery - omixen</title>
<link>http://snipplr.com/view/9166/get-radio-button-value-using-jquery/</link>
<description><![CDATA[ <p>originally posted by penguin999 here: 

http://snipplr.com/view/3372/radio-button-values-using-jquery/</p> ]]></description>
<pubDate>Tue, 21 Oct 2008 13:58:52 GMT</pubDate>
<guid>http://snipplr.com/view/9166/get-radio-button-value-using-jquery/</guid>
</item>
<item>
<title>(JavaScript) List all class names used in a DOM tree - noah</title>
<link>http://snipplr.com/view/6488/list-all-class-names-used-in-a-dom-tree/</link>
<description><![CDATA[ <p>Lists each CSS class name that is applied to an element within an HTML page.

Some applications suggested by this pattern are:
- List class names by frequency of use.
- List class names by what kind of element they are applied to.
- List class names that are only used once.</p> ]]></description>
<pubDate>Wed, 28 May 2008 17:31:41 GMT</pubDate>
<guid>http://snipplr.com/view/6488/list-all-class-names-used-in-a-dom-tree/</guid>
</item>
</channel>
</rss>