<?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</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 09:11:31 GMT</pubDate>
<item>
<title>(JavaScript) Check If JQuery Is Loaded In The Browser - nshakin</title>
<link>http://snipplr.com/view/71207/check-if-jquery-is-loaded-in-the-browser/</link>
<description><![CDATA[ <p>Use Javascript to check if JQuery is loaded properly in the browser</p> ]]></description>
<pubDate>Fri, 17 May 2013 00:00:29 GMT</pubDate>
<guid>http://snipplr.com/view/71207/check-if-jquery-is-loaded-in-the-browser/</guid>
</item>
<item>
<title>(JavaScript) Animating Shapes - COBOLdinosaur</title>
<link>http://snipplr.com/view/71184/animating-shapes/</link>
<description><![CDATA[ <p>Changes shape back and forth from a round element to a square element.</p> ]]></description>
<pubDate>Wed, 15 May 2013 05:51:36 GMT</pubDate>
<guid>http://snipplr.com/view/71184/animating-shapes/</guid>
</item>
<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) og-grid multiple grid fix - duronrulez</title>
<link>http://snipplr.com/view/71166/oggrid-multiple-grid-fix/</link>
<description><![CDATA[ <p>wp-content/themes/halfcreative/js/grid.js - replace the contents with the provided code.
Or "whatever your themepath is"/js/grid.js</p> ]]></description>
<pubDate>Tue, 14 May 2013 18:39:11 GMT</pubDate>
<guid>http://snipplr.com/view/71166/oggrid-multiple-grid-fix/</guid>
</item>
<item>
<title>(JavaScript) Defer loading of social script after onload - jefrancomix</title>
<link>http://snipplr.com/view/71070/defer-loading-of-social-script-after-onload/</link>
<description><![CDATA[ <p>The loading of JS social buttons its deferred until onload event its fired.</p> ]]></description>
<pubDate>Tue, 07 May 2013 04:45:40 GMT</pubDate>
<guid>http://snipplr.com/view/71070/defer-loading-of-social-script-after-onload/</guid>
</item>
<item>
<title>(JavaScript) Find which quadrant an angle is in - jatkins</title>
<link>http://snipplr.com/view/71033/find-which-quadrant-an-angle-is-in/</link>
<description><![CDATA[ <p>Released into the public domain.</p> ]]></description>
<pubDate>Fri, 03 May 2013 19:31:29 GMT</pubDate>
<guid>http://snipplr.com/view/71033/find-which-quadrant-an-angle-is-in/</guid>
</item>
<item>
<title>(JavaScript) Keep angle in range (0-360) - jatkins</title>
<link>http://snipplr.com/view/71020/keep-angle-in-range-0360/</link>
<description><![CDATA[ <p>Released into the public domain.</p> ]]></description>
<pubDate>Thu, 02 May 2013 17:53:36 GMT</pubDate>
<guid>http://snipplr.com/view/71020/keep-angle-in-range-0360/</guid>
</item>
<item>
<title>(JavaScript) Countdown - scorpayllc</title>
<link>http://snipplr.com/view/71010/countdown/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 02 May 2013 01:34:29 GMT</pubDate>
<guid>http://snipplr.com/view/71010/countdown/</guid>
</item>
<item>
<title>(JavaScript) "Sold Out" Javascript Random Countdown Script - scorpayllc</title>
<link>http://snipplr.com/view/71000/sold-out-javascript-random-countdown-script/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 02 May 2013 01:34:22 GMT</pubDate>
<guid>http://snipplr.com/view/71000/sold-out-javascript-random-countdown-script/</guid>
</item>
<item>
<title>(JavaScript) "Sold Out" Javascript Countdown + Sporadic Effect - scorpayllc</title>
<link>http://snipplr.com/view/70999/sold-out-javascript-countdown--sporadic-effect/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 02 May 2013 01:34:21 GMT</pubDate>
<guid>http://snipplr.com/view/70999/sold-out-javascript-countdown--sporadic-effect/</guid>
</item>
<item>
<title>(JavaScript) Text CamelCaser - d3lity</title>
<link>http://snipplr.com/view/70995/text-camelcaser/</link>
<description><![CDATA[ <p>"Text you want to make CamelCase" => "TextYouWantToMakeCamelCase"

Used this for making better addresses from blog-post titles.</p> ]]></description>
<pubDate>Thu, 02 May 2013 01:26:45 GMT</pubDate>
<guid>http://snipplr.com/view/70995/text-camelcaser/</guid>
</item>
<item>
<title>(JavaScript) temporal unbind of event - phl</title>
<link>http://snipplr.com/view/70917/temporal-unbind-of-event/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 24 Apr 2013 10:56:12 GMT</pubDate>
<guid>http://snipplr.com/view/70917/temporal-unbind-of-event/</guid>
</item>
<item>
<title>(JavaScript) Search string to JSON - Pjotor</title>
<link>http://snipplr.com/view/70905/search-string-to-json/</link>
<description><![CDATA[ <p>Since I'm doing this from time to time, I thought I'd put a snipplet here.

This function returns a JSON objectbased on document.location.search</p> ]]></description>
<pubDate>Tue, 23 Apr 2013 23:26:06 GMT</pubDate>
<guid>http://snipplr.com/view/70905/search-string-to-json/</guid>
</item>
<item>
<title>(JavaScript) layout with scrolls - lecksfrawen</title>
<link>http://snipplr.com/view/70874/layout-with-scrolls/</link>
<description><![CDATA[ <p># layout para un panel con scrollbars</p> ]]></description>
<pubDate>Sun, 21 Apr 2013 18:41:22 GMT</pubDate>
<guid>http://snipplr.com/view/70874/layout-with-scrolls/</guid>
</item>
<item>
<title>(JavaScript) language - phl</title>
<link>http://snipplr.com/view/70848/language/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 19 Apr 2013 07:17:29 GMT</pubDate>
<guid>http://snipplr.com/view/70848/language/</guid>
</item>
<item>
<title>(JavaScript) from xml to String - juanmiguelrua</title>
<link>http://snipplr.com/view/70833/from-xml-to-string/</link>
<description><![CDATA[ <p>Convierte de objeto xml a string</p> ]]></description>
<pubDate>Thu, 18 Apr 2013 00:21:47 GMT</pubDate>
<guid>http://snipplr.com/view/70833/from-xml-to-string/</guid>
</item>
<item>
<title>(JavaScript) Public vs. Private Variables - Tim_McClure</title>
<link>http://snipplr.com/view/70829/public-vs-private-variables/</link>
<description><![CDATA[ <p>Just as functions can have local variables which can only be accessed from within that function, objects can have private variables. Private variables are pieces of information you do not want to publicly share, and they can only be directly accessed from within the class.

The Person class has been modified to have a private variable called bankBalance. Notice that it looks just like a normal variable, but it is defined inside the constructor for Person without using this, but instead using var. This makes bankBalance a private variable.</p> ]]></description>
<pubDate>Wed, 17 Apr 2013 21:30:42 GMT</pubDate>
<guid>http://snipplr.com/view/70829/public-vs-private-variables/</guid>
</item>
<item>
<title>(JavaScript) JavaScript GeoLocation - heathbo</title>
<link>http://snipplr.com/view/70799/javascript-geolocation/</link>
<description><![CDATA[ <p>Html and JavaScript code to see the longitude and latitude of the viewing browser.</p> ]]></description>
<pubDate>Tue, 16 Apr 2013 07:46:09 GMT</pubDate>
<guid>http://snipplr.com/view/70799/javascript-geolocation/</guid>
</item>
<item>
<title>(JavaScript) For-In Loops with Objects - Tim_McClure</title>
<link>http://snipplr.com/view/70780/forin-loops-with-objects/</link>
<description><![CDATA[ <p>What this does is prints out every property within the object, rather than having to write the code for printing out each specific property. 

In English, what is the code doing? It says: Assign the first property of the dog object to the variable property. Run the code (here, it is to print property to console). Then assign the second property of the dog object to the variable property. Again, run the code in the curly brackets. Keep repeating this until all the properties of the dog have been assigned to property.</p> ]]></description>
<pubDate>Sun, 14 Apr 2013 07:29:28 GMT</pubDate>
<guid>http://snipplr.com/view/70780/forin-loops-with-objects/</guid>
</item>
<item>
<title>(JavaScript) Preload all bg images referenced in CSS - sarpay</title>
<link>http://snipplr.com/view/70749/preload-all-bg-images-referenced-in-css/</link>
<description><![CDATA[ <p>will preload any background image referenced in your CSS.</p> ]]></description>
<pubDate>Thu, 11 Apr 2013 07:52:50 GMT</pubDate>
<guid>http://snipplr.com/view/70749/preload-all-bg-images-referenced-in-css/</guid>
</item>
</channel>
</rss>