<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - 1man</title>
<link>http://snipplr.com/users/1man/language/javascript/tags/jquery</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 05 Dec 2008 05:29:00 GMT</pubDate>
<item>
<title>(JavaScript) The jQuery Data Store</title>
<link>http://snipplr.com/view/9715/the-jquery-data-store/</link>
<description><![CDATA[ <p>I didn't realise until now you could do this in jQuery, very useful. Store a value for later use, then remove it.</p> ]]></description>
<pubDate>Thu, 13 Nov 2008 10:45:01 GMT</pubDate>
<guid>http://snipplr.com/view/9715/the-jquery-data-store/</guid>
</item>
<item>
<title>(JavaScript) jQuery open external link in new window</title>
<link>http://snipplr.com/view/8733/jquery-open-external-link-in-new-window/</link>
<description><![CDATA[ <p>Two different ways to open an external link (ones that start in http) in a new window. I know this isn't a great thing to do, but some clients _need_ to have it.</p> ]]></description>
<pubDate>Wed, 01 Oct 2008 06:04:07 GMT</pubDate>
<guid>http://snipplr.com/view/8733/jquery-open-external-link-in-new-window/</guid>
</item>
<item>
<title>(JavaScript) jQuery / Mootools Fade Toggle and Background Change</title>
<link>http://snipplr.com/view/6030/jquery--mootools-fade-toggle-and-background-change/</link>
<description><![CDATA[ <p>I have been meaning to learn how to use mootools for a while. As i already know how to use jQuery i thought a great way to learn would be to compare the 2 syntaxes side by side.

I'm sure there is a way of using a toggle method in mootools, so once i figure out how i will update.</p> ]]></description>
<pubDate>Mon, 28 Apr 2008 10:53:48 GMT</pubDate>
<guid>http://snipplr.com/view/6030/jquery--mootools-fade-toggle-and-background-change/</guid>
</item>
<item>
<title>(JavaScript) jQuery Fade In Sequence</title>
<link>http://snipplr.com/view/5360/jquery-fade-in-sequence/</link>
<description><![CDATA[ <p>I'm sure i can clean this up quite a bit, but it works for the moment.

This function looks to see if you are on a selected page. If you are it hides the navigation, then loops through and shows each li one after the other. So they don't all fade in together. Needs a tidy i think.</p> ]]></description>
<pubDate>Mon, 10 Mar 2008 16:57:08 GMT</pubDate>
<guid>http://snipplr.com/view/5360/jquery-fade-in-sequence/</guid>
</item>
<item>
<title>(JavaScript) jQuery Object Hash and jQuery Extend</title>
<link>http://snipplr.com/view/5273/jquery-object-hash-and-jquery-extend/</link>
<description><![CDATA[ <p>An example of how to extent the jQuery objects to include our own methods.</p> ]]></description>
<pubDate>Wed, 05 Mar 2008 06:03:46 GMT</pubDate>
<guid>http://snipplr.com/view/5273/jquery-object-hash-and-jquery-extend/</guid>
</item>
<item>
<title>(JavaScript) Option Hash Using jQuery</title>
<link>http://snipplr.com/view/5221/option-hash-using-jquery/</link>
<description><![CDATA[ <p>If you have a complex function you may need to pass it lots of arguments. Instead of having to remember how many you need to pass, and passing 'null' for un needed arguments, pass the function an object.

Now you can set the defaults inside the function, which will be superseeded if they are passed as an argument.</p> ]]></description>
<pubDate>Wed, 27 Feb 2008 15:20:11 GMT</pubDate>
<guid>http://snipplr.com/view/5221/option-hash-using-jquery/</guid>
</item>
<item>
<title>(JavaScript) jQuery Link Background Quick Fade</title>
<link>http://snipplr.com/view/4662/jquery-link-background-quick-fade/</link>
<description><![CDATA[ <p>Found this quick little bit of code on the Google jQuery discussion group. It simply fades the background image of a link you have hovered over to a certain color, then fades it back to the original color.</p> ]]></description>
<pubDate>Sat, 19 Jan 2008 12:05:49 GMT</pubDate>
<guid>http://snipplr.com/view/4662/jquery-link-background-quick-fade/</guid>
</item>
<item>
<title>(JavaScript) jQuery Simple Style Switcher</title>
<link>http://snipplr.com/view/4483/jquery-simple-style-switcher/</link>
<description><![CDATA[ <p>Very simple style switcher using jquery. Takes 3 links with id's on each. When one is clicked various styles are removed, then a new one is added.</p> ]]></description>
<pubDate>Thu, 10 Jan 2008 07:20:07 GMT</pubDate>
<guid>http://snipplr.com/view/4483/jquery-simple-style-switcher/</guid>
</item>
</channel>
</rss>