<?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/popular/language/javascript</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 13:40:30 GMT</pubDate>
<item>
<title>(JavaScript) Browser Detection - MyKey_</title>
<link>http://snipplr.com/view/271/browser-detection/</link>
<description><![CDATA[ <p>Detects the browser and its version.</p> ]]></description>
<pubDate>Sat, 08 Jul 2006 07:28:30 GMT</pubDate>
<guid>http://snipplr.com/view/271/browser-detection/</guid>
</item>
<item>
<title>(JavaScript) AJAX Edit in Place - tylerhall</title>
<link>http://snipplr.com/view/8/ajax-edit-in-place/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 Nov -0001 00:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/8/ajax-edit-in-place/</guid>
</item>
<item>
<title>(JavaScript) Get URL Variables - Roshambo</title>
<link>http://snipplr.com/view/799/get-url-variables/</link>
<description><![CDATA[ <p>Read a page's GET URL variables and return them as an associative array.

----

Example for URL http://www.example.com/index.html?hello=bonjour&amp;goodevening=bonsoir

var hash = getUrlVars();
alert(hash['hello']); // prints 'bonjour'
alert(hash['goodevening']); // prints 'bonsoir'</p> ]]></description>
<pubDate>Mon, 14 Aug 2006 11:31:47 GMT</pubDate>
<guid>http://snipplr.com/view/799/get-url-variables/</guid>
</item>
<item>
<title>(JavaScript) Email javascript validation - arcturus</title>
<link>http://snipplr.com/view/814/email-javascript-validation/</link>
<description><![CDATA[ <p>Simple javascript email validation</p> ]]></description>
<pubDate>Tue, 15 Aug 2006 08:03:29 GMT</pubDate>
<guid>http://snipplr.com/view/814/email-javascript-validation/</guid>
</item>
<item>
<title>(JavaScript) Image Preloader - Leech</title>
<link>http://snipplr.com/view/554/image-preloader/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 21 Jul 2006 09:18:20 GMT</pubDate>
<guid>http://snipplr.com/view/554/image-preloader/</guid>
</item>
<item>
<title>(JavaScript) [ jQuery ] Target Blank Links - walepinski</title>
<link>http://snipplr.com/view/315/-jquery--target-blank-links/</link>
<description><![CDATA[ <p>Open a new window without using target="_blank" for XHTML 1.1.
Need jQuery Framework : http://jquery.com/</p> ]]></description>
<pubDate>Sun, 09 Jul 2006 17:36:09 GMT</pubDate>
<guid>http://snipplr.com/view/315/-jquery--target-blank-links/</guid>
</item>
<item>
<title>(JavaScript) jQuery preloading images - nighthawk</title>
<link>http://snipplr.com/view/9612/jquery-preloading-images/</link>
<description><![CDATA[ <p>Thanks to Matt Farina

Also see similar snippet for preloading arbitrary content, e.g. media in content received via AJAX.</p> ]]></description>
<pubDate>Mon, 10 Nov 2008 18:45:17 GMT</pubDate>
<guid>http://snipplr.com/view/9612/jquery-preloading-images/</guid>
</item>
<item>
<title>(JavaScript) IE 5.5 &amp;amp; IE6  PNG Transparency Fix (Prototype required) - giannim</title>
<link>http://snipplr.com/view/270/ie-55--ie6--png-transparency-fix-prototype-required/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 08 Jul 2006 06:55:21 GMT</pubDate>
<guid>http://snipplr.com/view/270/ie-55--ie6--png-transparency-fix-prototype-required/</guid>
</item>
<item>
<title>(JavaScript) Mouse wheel event - dertimbo</title>
<link>http://snipplr.com/view/570/mouse-wheel-event/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 24 Jul 2006 10:53:55 GMT</pubDate>
<guid>http://snipplr.com/view/570/mouse-wheel-event/</guid>
</item>
<item>
<title>(JavaScript) Suckerfish Drop-Down Menus, jQuery-style - aznprncritic</title>
<link>http://snipplr.com/view/2123/suckerfish-dropdown-menus-jquerystyle/</link>
<description><![CDATA[ <p>Haven't had a chance to use this but it looks very promising.</p> ]]></description>
<pubDate>Sun, 04 Feb 2007 20:09:35 GMT</pubDate>
<guid>http://snipplr.com/view/2123/suckerfish-dropdown-menus-jquerystyle/</guid>
</item>
<item>
<title>(JavaScript) Google Maps básico / Basic Google Map - webDesign</title>
<link>http://snipplr.com/view/357/google-maps-bsico--basic-google-map/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 12 Jul 2006 01:01:02 GMT</pubDate>
<guid>http://snipplr.com/view/357/google-maps-bsico--basic-google-map/</guid>
</item>
<item>
<title>(JavaScript) JQuery: Rounded Corners - chrisaiv</title>
<link>http://snipplr.com/view/9555/jquery-rounded-corners/</link>
<description><![CDATA[ <p>You will need to download a few things to easily create rounded corners.  They are jQuery (http://jquery.com/) and the jQuery rounded corners plug-in (http://www.malsup.com/jquery/corner/).</p> ]]></description>
<pubDate>Fri, 07 Nov 2008 19:11:58 GMT</pubDate>
<guid>http://snipplr.com/view/9555/jquery-rounded-corners/</guid>
</item>
<item>
<title>(JavaScript) jQuery Accordian Menu - dmosher</title>
<link>http://snipplr.com/view/6597/jquery-accordian-menu/</link>
<description><![CDATA[ <p>You'll need to download the latest version of jQuery for this to work, as it is linked in the  tag. CSS/XHTML included.</p> ]]></description>
<pubDate>Thu, 05 Jun 2008 11:24:39 GMT</pubDate>
<guid>http://snipplr.com/view/6597/jquery-accordian-menu/</guid>
</item>
<item>
<title>(JavaScript) LoadingMessage for AJAX requests - dertimbo</title>
<link>http://snipplr.com/view/347/loadingmessage-for-ajax-requests/</link>
<description><![CDATA[ <p>Creates a notification message for AJAX requests.
Dependencies: prototype.js, script.aculo.us.

CSS-Styles: http://snipplr.com/view/348/loadingmessage-for-ajax-requests-css/</p> ]]></description>
<pubDate>Tue, 11 Jul 2006 14:06:10 GMT</pubDate>
<guid>http://snipplr.com/view/347/loadingmessage-for-ajax-requests/</guid>
</item>
<item>
<title>(JavaScript) getMousePosition - szsk</title>
<link>http://snipplr.com/view/708/getmouseposition/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Aug 2006 22:20:37 GMT</pubDate>
<guid>http://snipplr.com/view/708/getmouseposition/</guid>
</item>
<item>
<title>(JavaScript) Get Url Parameters - the_coder</title>
<link>http://snipplr.com/view/19838/get-url-parameters/</link>
<description><![CDATA[ <p>Read a page's GET URL variables and return them as an "associative array."

Calling the function while at `example.html?foo=asdf&amp;bar=jkls` sets `map['foo']='asdf'` and `map['bar']='jkls'`</p> ]]></description>
<pubDate>Wed, 16 Sep 2009 20:16:07 GMT</pubDate>
<guid>http://snipplr.com/view/19838/get-url-parameters/</guid>
</item>
<item>
<title>(JavaScript) javascript copy text to clipborad - multani</title>
<link>http://snipplr.com/view/6450/javascript-copy-text-to-clipborad/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 25 May 2008 08:14:43 GMT</pubDate>
<guid>http://snipplr.com/view/6450/javascript-copy-text-to-clipborad/</guid>
</item>
<item>
<title>(JavaScript) Javascript Popup with Blocking detection - cochambre</title>
<link>http://snipplr.com/view/365/javascript-popup-with-blocking-detection/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 12 Jul 2006 11:11:15 GMT</pubDate>
<guid>http://snipplr.com/view/365/javascript-popup-with-blocking-detection/</guid>
</item>
<item>
<title>(JavaScript) toggle_checkboxes - luman</title>
<link>http://snipplr.com/view/743/togglecheckboxes/</link>
<description><![CDATA[ <p>Snippet: toggle checkboxes
Desc: A short javascript function to toggle checkboxes
Example: 
Author: Jonas</p> ]]></description>
<pubDate>Sun, 06 Aug 2006 11:27:31 GMT</pubDate>
<guid>http://snipplr.com/view/743/togglecheckboxes/</guid>
</item>
<item>
<title>(JavaScript) Jquery Smotth Scroll to Anchor Links - madmanlear</title>
<link>http://snipplr.com/view/5988/jquery-smotth-scroll-to-anchor-links/</link>
<description><![CDATA[ <p>Smooth scroll to anchor links, requires Interface plugin</p> ]]></description>
<pubDate>Thu, 24 Apr 2008 11:43:50 GMT</pubDate>
<guid>http://snipplr.com/view/5988/jquery-smotth-scroll-to-anchor-links/</guid>
</item>
<item>
<title>(JavaScript) Correct the transparacy of PNG in IE5 and IE6 - iTony</title>
<link>http://snipplr.com/view/2226/correct-the-transparacy-of-png-in-ie5-and-ie6/</link>
<description><![CDATA[ <p>In IE5 and IE6 the transparancy in PNG images won't happen at all, so this would fix it. This might come really useful while we are in the era of switching to better standard-friendly browsers.</p> ]]></description>
<pubDate>Wed, 28 Feb 2007 07:18:13 GMT</pubDate>
<guid>http://snipplr.com/view/2226/correct-the-transparacy-of-png-in-ie5-and-ie6/</guid>
</item>
<item>
<title>(JavaScript) [ jQuery ] Checkbox Controller - walepinski</title>
<link>http://snipplr.com/view/280/-jquery--checkbox-controller/</link>
<description><![CDATA[ <p>Select all checkbox in the specific context.
Need jQuery Framework : http://jquery.com/</p> ]]></description>
<pubDate>Sat, 08 Jul 2006 11:56:23 GMT</pubDate>
<guid>http://snipplr.com/view/280/-jquery--checkbox-controller/</guid>
</item>
<item>
<title>(JavaScript) Smooth Scrolling with jQuery and internal page links - chippper</title>
<link>http://snipplr.com/view/12510/smooth-scrolling-with-jquery-and-internal-page-links/</link>
<description><![CDATA[ <p>From the "Ask Smashing Magazine" article on 2-20-09. 

Using jQuery, this allows for a smooth scrolling effect when you have links at the top of a page pointing to internal links within the page. A good example of this would be an F.A.Q. page.</p> ]]></description>
<pubDate>Mon, 23 Feb 2009 11:55:24 GMT</pubDate>
<guid>http://snipplr.com/view/12510/smooth-scrolling-with-jquery-and-internal-page-links/</guid>
</item>
<item>
<title>(JavaScript) addClass, removeClass, hasClass - skatan</title>
<link>http://snipplr.com/view/3561/addclass-removeclass-hasclass/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 23 Aug 2007 11:58:17 GMT</pubDate>
<guid>http://snipplr.com/view/3561/addclass-removeclass-hasclass/</guid>
</item>
<item>
<title>(JavaScript) Browser Detect Lite  v2.1 - jonhenshaw</title>
<link>http://snipplr.com/view/625/browser-detect-lite--v21/</link>
<description><![CDATA[ <p>Browser Detect Lite  v2.1
http://www.dithered.com/javascript/browser_detect/index.html
modified by Chris Nott (chris@NOSPAMdithered.com - remove NOSPAM)

modified by Michael Lovitt to include OmniWeb and Dreamcast</p> ]]></description>
<pubDate>Tue, 01 Aug 2006 15:53:37 GMT</pubDate>
<guid>http://snipplr.com/view/625/browser-detect-lite--v21/</guid>
</item>
</channel>
</rss>