<?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/javascript</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 03:09:04 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) 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) email validation - dreamstarter</title>
<link>http://snipplr.com/view/70726/email-validation/</link>
<description><![CDATA[ <p>Use a regex to check the email address input</p> ]]></description>
<pubDate>Tue, 09 Apr 2013 23:33:35 GMT</pubDate>
<guid>http://snipplr.com/view/70726/email-validation/</guid>
</item>
<item>
<title>(JavaScript) Using Ajax in JavaScript and jQuery - codingforever99</title>
<link>http://snipplr.com/view/70718/using-ajax-in-javascript-and-jquery/</link>
<description><![CDATA[ <p>simple code of using Ajax by JavaScript or jQuery</p> ]]></description>
<pubDate>Tue, 09 Apr 2013 09:41:04 GMT</pubDate>
<guid>http://snipplr.com/view/70718/using-ajax-in-javascript-and-jquery/</guid>
</item>
<item>
<title>(JavaScript) Dynamic Table Generator - COBOLdinosaur</title>
<link>http://snipplr.com/view/70654/dynamic-table-generator/</link>
<description><![CDATA[ <p>The use of dynamic data acquisition on modern web sites and in a lot of intranet applications, sometimes means we have to build structures dynamically as data comes in from a feed or AJAX operations. The problem is not with the data, but rather that it is unstructured, or not appropriately tagged. The solution is to dynamically build the necessary structures to make the data presentable in a web page</p> ]]></description>
<pubDate>Thu, 04 Apr 2013 07:15:15 GMT</pubDate>
<guid>http://snipplr.com/view/70654/dynamic-table-generator/</guid>
</item>
<item>
<title>(JavaScript) Redirect with a Dropdown Menu in JavaScript - apphp-snippets</title>
<link>http://snipplr.com/view/70263/redirect-with-a-dropdown-menu-in-javascript/</link>
<description><![CDATA[ <p>This simple scripts show a possibility to call a JavaScript function that retrieves a variable passed from drop down box as a parameter and then the JavaScript redirects the browser to the variable that was passed to it.</p> ]]></description>
<pubDate>Tue, 05 Mar 2013 20:11:05 GMT</pubDate>
<guid>http://snipplr.com/view/70263/redirect-with-a-dropdown-menu-in-javascript/</guid>
</item>
<item>
<title>(JavaScript) Specify Referring Page in JavaScript - apphp-snippets</title>
<link>http://snipplr.com/view/70240/specify-referring-page-in-javascript/</link>
<description><![CDATA[ <p>This script informs your visitor that a given page may be reached only from the page that you specify. Paste this code before the ending  tag on the page:</p> ]]></description>
<pubDate>Mon, 04 Mar 2013 20:17:29 GMT</pubDate>
<guid>http://snipplr.com/view/70240/specify-referring-page-in-javascript/</guid>
</item>
<item>
<title>(JavaScript) Email Validation in JavaScript - apphp-snippets</title>
<link>http://snipplr.com/view/70239/email-validation-in-javascript/</link>
<description><![CDATA[ <p>One of the important things about user input is to verify that the user has supplied the email that you have requested. The function below allows you to verify email address with easy.</p> ]]></description>
<pubDate>Mon, 04 Mar 2013 20:16:37 GMT</pubDate>
<guid>http://snipplr.com/view/70239/email-validation-in-javascript/</guid>
</item>
<item>
<title>(JavaScript) Pass Parameters in SetInterval() function in JavaScript - apphp-snippets</title>
<link>http://snipplr.com/view/70222/pass-parameters-in-setinterval-function-in-javascript/</link>
<description><![CDATA[ <p>You may perform this work with two ways: pass it directly like described in sample #1 or use an anonymous function like its shown in sample #2.</p> ]]></description>
<pubDate>Sun, 03 Mar 2013 21:02:26 GMT</pubDate>
<guid>http://snipplr.com/view/70222/pass-parameters-in-setinterval-function-in-javascript/</guid>
</item>
<item>
<title>(JavaScript) Toggling Elements with JavaScript - apphp-snippets</title>
<link>http://snipplr.com/view/70221/toggling-elements-with-javascript/</link>
<description><![CDATA[ <p>This function allows you to pass two variables that represent ID of two elements on your page. What you click on one of them it hide it and shows another one.</p> ]]></description>
<pubDate>Sun, 03 Mar 2013 21:01:01 GMT</pubDate>
<guid>http://snipplr.com/view/70221/toggling-elements-with-javascript/</guid>
</item>
<item>
<title>(JavaScript) Titanium Infinite ScrollView - boardmain</title>
<link>http://snipplr.com/view/70089/titanium-infinite-scrollview/</link>
<description><![CDATA[ <p>based on the NappScrollViewExtended module (it is good but couse my app some problem)</p> ]]></description>
<pubDate>Mon, 25 Feb 2013 22:33:14 GMT</pubDate>
<guid>http://snipplr.com/view/70089/titanium-infinite-scrollview/</guid>
</item>
<item>
<title>(JavaScript) Difference in days between two dates - agarcim</title>
<link>http://snipplr.com/view/70027/difference-in-days-between-two-dates/</link>
<description><![CDATA[ <p>Returns the differencia in days between tw dates</p> ]]></description>
<pubDate>Thu, 21 Feb 2013 02:40:28 GMT</pubDate>
<guid>http://snipplr.com/view/70027/difference-in-days-between-two-dates/</guid>
</item>
<item>
<title>(JavaScript) Get, add y remove CSS rules - agarcim</title>
<link>http://snipplr.com/view/70015/get-add-y-remove-css-rules/</link>
<description><![CDATA[ <p>Functions to add, get y remove CSS rules</p> ]]></description>
<pubDate>Wed, 20 Feb 2013 19:01:08 GMT</pubDate>
<guid>http://snipplr.com/view/70015/get-add-y-remove-css-rules/</guid>
</item>
<item>
<title>(JavaScript) Format number - agarcim</title>
<link>http://snipplr.com/view/70014/format-number/</link>
<description><![CDATA[ <p>Format a number adding thousands separator and unformat the result of the formatting. The number can be rounded up the specified decimal places.

It uses ',' as decimal separator and '.' as thousand separator.</p> ]]></description>
<pubDate>Wed, 20 Feb 2013 18:40:19 GMT</pubDate>
<guid>http://snipplr.com/view/70014/format-number/</guid>
</item>
<item>
<title>(JavaScript) Objeto JS instanciable con jQuery - porquero</title>
<link>http://snipplr.com/view/69962/objeto-js-instanciable-con-jquery/</link>
<description><![CDATA[ <p>Con este esquema puedes crear objetos instanciables en Javascript usando jQuery.
Su uso es muy simple, sólo debes copiar el siguiente código y cambiar las variables que están en mayúsculas.</p> ]]></description>
<pubDate>Sun, 17 Feb 2013 10:54:30 GMT</pubDate>
<guid>http://snipplr.com/view/69962/objeto-js-instanciable-con-jquery/</guid>
</item>
<item>
<title>(JavaScript) Exact Javascript Timeout - McSodbrenner</title>
<link>http://snipplr.com/view/69951/exact-javascript-timeout/</link>
<description><![CDATA[ <p>This is a more precise version of the native setTimeout(). It uses the same parameters as setTimeout, but adds a third parameter "resolution" which defines how often (in ms) to check for the time that passed.

    // alert after 5 seconds with an inaccuracy of 20 milliseconds
    var timeout = setExactTimeout(function(){
       alert('done');
    }, 5000, 20);

    // comment out to show "done"
    clearExactTimeout(timeout);</p> ]]></description>
<pubDate>Fri, 15 Feb 2013 19:36:00 GMT</pubDate>
<guid>http://snipplr.com/view/69951/exact-javascript-timeout/</guid>
</item>
<item>
<title>(JavaScript) Unicode Javascript - serialk89</title>
<link>http://snipplr.com/view/69945/unicode-javascript/</link>
<description><![CDATA[ <p>Con ese codigo pueden agregar tildes y ñ en los alert o en las funciones de facebook</p> ]]></description>
<pubDate>Fri, 15 Feb 2013 01:02:37 GMT</pubDate>
<guid>http://snipplr.com/view/69945/unicode-javascript/</guid>
</item>
<item>
<title>(JavaScript) Copy Selected Text in JavaScript - apphp-snippets</title>
<link>http://snipplr.com/view/69925/copy-selected-text-in-javascript/</link>
<description><![CDATA[ <p>Sometimes you have some information on your page and your visitors might want to copy it. The easiest way is to provide a mechanism that allows them to simply click a button to do so. You have to paste this code into the head of your web page:</p> ]]></description>
<pubDate>Wed, 13 Feb 2013 20:11:00 GMT</pubDate>
<guid>http://snipplr.com/view/69925/copy-selected-text-in-javascript/</guid>
</item>
<item>
<title>(JavaScript) Specify Referring Page in JavaScript - apphp-snippets</title>
<link>http://snipplr.com/view/69923/specify-referring-page-in-javascript/</link>
<description><![CDATA[ <p>This script informs your visitor that a given page may be reached only from the page that you specify. Paste this code before the ending  tag on the page:</p> ]]></description>
<pubDate>Wed, 13 Feb 2013 20:02:45 GMT</pubDate>
<guid>http://snipplr.com/view/69923/specify-referring-page-in-javascript/</guid>
</item>
<item>
<title>(JavaScript) Reset tabindex on pageload - bitsculptor</title>
<link>http://snipplr.com/view/69773/reset-tabindex-on-pageload/</link>
<description><![CDATA[ <p>This will reset the tabindex of all input fields on a form after page load</p> ]]></description>
<pubDate>Mon, 04 Feb 2013 08:37:58 GMT</pubDate>
<guid>http://snipplr.com/view/69773/reset-tabindex-on-pageload/</guid>
</item>
</channel>
</rss>