<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 03:07:23 +0000</lastBuildDate>
    <item>
      <title>(CSS) Simple button fade transition - 1man</title>
      <link>https://snipplr.com/view/71277/simple-button-fade-transition</link>
      <description>&lt;p&gt;On hover the button will have a smooth transition to the hover colour, then fade out on  mouse out.&lt;/p&gt;</description>
      <pubDate>Thu, 23 May 2013 11:56:51 UTC</pubDate>
      <guid>https://snipplr.com/view/71277/simple-button-fade-transition</guid>
    </item>
    <item>
      <title>(jQuery) Check to see if function triggered by an event - 1man</title>
      <link>https://snipplr.com/view/52618/check-to-see-if-function-triggered-by-an-event</link>
      <description>&lt;p&gt;Rather that using $(element).trigger('click'), check to see if execute has come from an element rather than directly.&lt;/p&gt;</description>
      <pubDate>Wed, 27 Apr 2011 02:28:27 UTC</pubDate>
      <guid>https://snipplr.com/view/52618/check-to-see-if-function-triggered-by-an-event</guid>
    </item>
    <item>
      <title>(jQuery) Store the relationship between elements using .data() - 1man</title>
      <link>https://snipplr.com/view/52617/store-the-relationship-between-elements-using-data</link>
      <description>&lt;p&gt;Very useful snippet to link elements together.&lt;/p&gt;</description>
      <pubDate>Wed, 27 Apr 2011 02:13:13 UTC</pubDate>
      <guid>https://snipplr.com/view/52617/store-the-relationship-between-elements-using-data</guid>
    </item>
    <item>
      <title>(JavaScript) Switch using an Object - 1man</title>
      <link>https://snipplr.com/view/52613/switch-using-an-object</link>
      <description>&lt;p&gt;Using an object as a simple switch.&lt;/p&gt;</description>
      <pubDate>Wed, 27 Apr 2011 01:17:46 UTC</pubDate>
      <guid>https://snipplr.com/view/52613/switch-using-an-object</guid>
    </item>
    <item>
      <title>(CSS) Vertically centre a menu without setting an explicit width - 1man</title>
      <link>https://snipplr.com/view/48293/vertically-centre-a-menu-without-setting-an-explicit-width</link>
      <description>&lt;p&gt;Useful bit of CSS to vertically centre a navigation. Good for Pagination.&lt;/p&gt;</description>
      <pubDate>Thu, 03 Feb 2011 01:16:25 UTC</pubDate>
      <guid>https://snipplr.com/view/48293/vertically-centre-a-menu-without-setting-an-explicit-width</guid>
    </item>
    <item>
      <title>(jQuery) Validate an age using jQuery Validator plug-in - 1man</title>
      <link>https://snipplr.com/view/43071/validate-an-age-using-jquery-validator-plugin</link>
      <description>&lt;p&gt;Useful snippet i found on a forum, use it to check to see if a user is old enough to submit a form.&lt;/p&gt;</description>
      <pubDate>Thu, 28 Oct 2010 01:22:57 UTC</pubDate>
      <guid>https://snipplr.com/view/43071/validate-an-age-using-jquery-validator-plugin</guid>
    </item>
    <item>
      <title>(JavaScript) Module layout in JavaScript - 1man</title>
      <link>https://snipplr.com/view/39437/module-layout-in-javascript</link>
      <description>&lt;p&gt;Simple illustration of structuring your JavaScript and minimising your use of global vars.&lt;/p&gt;</description>
      <pubDate>Tue, 24 Aug 2010 00:24:53 UTC</pubDate>
      <guid>https://snipplr.com/view/39437/module-layout-in-javascript</guid>
    </item>
    <item>
      <title>(JavaScript) Exceptions in JavaScript - 1man</title>
      <link>https://snipplr.com/view/39431/exceptions-in-javascript</link>
      <description>&lt;p&gt;An example taken from JavaScript: The good parts showing how to catch an exception.&lt;/p&gt;</description>
      <pubDate>Mon, 23 Aug 2010 20:55:09 UTC</pubDate>
      <guid>https://snipplr.com/view/39431/exceptions-in-javascript</guid>
    </item>
    <item>
      <title>(jQuery) Cache files with jQuery and ajax method - 1man</title>
      <link>https://snipplr.com/view/26403/cache-files-with-jquery-and-ajax-method</link>
      <description>&lt;p&gt;Handy little snippet i found in 'jquery enlightenment' for caching certain selected files. Could be useful for larger files later on in a site.&lt;/p&gt;</description>
      <pubDate>Wed, 13 Jan 2010 12:47:22 UTC</pubDate>
      <guid>https://snipplr.com/view/26403/cache-files-with-jquery-and-ajax-method</guid>
    </item>
    <item>
      <title>(jQuery) Simple jQuery plugin layout + how 'this' works - 1man</title>
      <link>https://snipplr.com/view/26382/simple-jquery-plugin-layout--how-this-works</link>
      <description>&lt;p&gt;Simple plugin to demonstrate how the 'this' keyword is used. Plugin also allows chaining via the 'return'&lt;/p&gt;</description>
      <pubDate>Wed, 13 Jan 2010 08:31:58 UTC</pubDate>
      <guid>https://snipplr.com/view/26382/simple-jquery-plugin-layout--how-this-works</guid>
    </item>
    <item>
      <title>(jQuery) Simple jQuery page scroller - 1man</title>
      <link>https://snipplr.com/view/26326/simple-jquery-page-scroller</link>
      <description>&lt;p&gt;Example in 'jQuery enlightenment'&#13;
&#13;
Simple way to jump smoothly down the page without the use of a plugin.&lt;/p&gt;</description>
      <pubDate>Tue, 12 Jan 2010 12:38:10 UTC</pubDate>
      <guid>https://snipplr.com/view/26326/simple-jquery-page-scroller</guid>
    </item>
    <item>
      <title>(jQuery) Custom jQuery selector - 1man</title>
      <link>https://snipplr.com/view/26264/custom-jquery-selector</link>
      <description>&lt;p&gt;Example given in the book jQuery Enlightenment.&#13;
&#13;
Create your own custom selectors in jQuery and manipulate as usual.&lt;/p&gt;</description>
      <pubDate>Mon, 11 Jan 2010 10:34:01 UTC</pubDate>
      <guid>https://snipplr.com/view/26264/custom-jquery-selector</guid>
    </item>
    <item>
      <title>(jQuery) jQuery and Yahoo pipes simple ajax call - 1man</title>
      <link>https://snipplr.com/view/23066/jquery-and-yahoo-pipes-simple-ajax-call</link>
      <description>&lt;p&gt;Very simple example of pulling in a JSON feed from Yahoo pipes using jQuery.&lt;/p&gt;</description>
      <pubDate>Fri, 13 Nov 2009 10:43:24 UTC</pubDate>
      <guid>https://snipplr.com/view/23066/jquery-and-yahoo-pipes-simple-ajax-call</guid>
    </item>
    <item>
      <title>(jQuery) Function Timing Example (includes jQuery) - 1man</title>
      <link>https://snipplr.com/view/16617/function-timing-example-includes-jquery</link>
      <description>&lt;p&gt;A way to time how long it takes to get through a certain block of code. Good way to measure performance on the page.&#13;
&#13;
You could also use the built in logging functions in firebug. Not sure how they would tally up in a test.&lt;/p&gt;</description>
      <pubDate>Fri, 03 Jul 2009 07:17:55 UTC</pubDate>
      <guid>https://snipplr.com/view/16617/function-timing-example-includes-jquery</guid>
    </item>
    <item>
      <title>(jQuery) Add class of 'last' to every 3rd image - 1man</title>
      <link>https://snipplr.com/view/15924/add-class-of-last-to-every-3rd-image</link>
      <description>&lt;p&gt;Quick little clientside script to pick out every 3rd image and add a class of last to it.&#13;
&#13;
I needed this because the images were layed out in 3 columns, adding a margin to the right hand side would leave a large gap on the right hand side which i didn't want. This now allows me to remove the margin for the last image.&lt;/p&gt;</description>
      <pubDate>Sun, 14 Jun 2009 12:53:41 UTC</pubDate>
      <guid>https://snipplr.com/view/15924/add-class-of-last-to-every-3rd-image</guid>
    </item>
    <item>
      <title>(JavaScript) Add hasJS class to HTML element - 1man</title>
      <link>https://snipplr.com/view/14992/add-hasjs-class-to-html-element</link>
      <description>&lt;p&gt;Adds a class of hasJS to the html element, can be used for CSS styling.&lt;/p&gt;</description>
      <pubDate>Thu, 14 May 2009 04:12:12 UTC</pubDate>
      <guid>https://snipplr.com/view/14992/add-hasjs-class-to-html-element</guid>
    </item>
    <item>
      <title>(CSS) Button Sliding Doors - 1man</title>
      <link>https://snipplr.com/view/14965/button-sliding-doors</link>
      <description>&lt;p&gt;Finally got round going through a sliding door example myself. All fairly straightforward apart from a few IE6 issues (who would have guessed!). &#13;
&#13;
The button is floated so you may need to add overflow: hidden to it's container.&lt;/p&gt;</description>
      <pubDate>Wed, 13 May 2009 11:19:36 UTC</pubDate>
      <guid>https://snipplr.com/view/14965/button-sliding-doors</guid>
    </item>
    <item>
      <title>(CSS) Css Button Sliding doors - 1man</title>
      <link>https://snipplr.com/view/14647/css-button-sliding-doors</link>
      <description>&lt;p&gt;Useful little spippet for a button anchor where the text may change.&lt;/p&gt;</description>
      <pubDate>Sat, 02 May 2009 11:35:43 UTC</pubDate>
      <guid>https://snipplr.com/view/14647/css-button-sliding-doors</guid>
    </item>
    <item>
      <title>(jQuery) Add table row to the bottom of a table - 1man</title>
      <link>https://snipplr.com/view/13326/add-table-row-to-the-bottom-of-a-table</link>
      <description>&lt;p&gt;Great little snippit to add a &lt;tr&gt; to the bottom of a table. Note the use of the context in the jQuery e.g var n = $('tr:last td', this).length; Will have to use this in the future, very good to know!&lt;/p&gt;</description>
      <pubDate>Fri, 20 Mar 2009 12:53:48 UTC</pubDate>
      <guid>https://snipplr.com/view/13326/add-table-row-to-the-bottom-of-a-table</guid>
    </item>
    <item>
      <title>(Other) Example of YAML Markup - 1man</title>
      <link>https://snipplr.com/view/13192/example-of-yaml-markup</link>
      <description>&lt;p&gt;Simple markup example in YAML.&lt;/p&gt;</description>
      <pubDate>Tue, 17 Mar 2009 10:53:00 UTC</pubDate>
      <guid>https://snipplr.com/view/13192/example-of-yaml-markup</guid>
    </item>
    <item>
      <title>(jQuery) Simple jQuery Equal Columns Plug-in - 1man</title>
      <link>https://snipplr.com/view/13096/simple-jquery-equal-columns-plugin</link>
      <description>&lt;p&gt;A very simple plug-in I wrote to make x number of columns equal height. Looks for the column with the biggest height then sets the rest to the same. I'm sure it can be made cleaner, will look into that later.&lt;/p&gt;</description>
      <pubDate>Fri, 13 Mar 2009 14:47:20 UTC</pubDate>
      <guid>https://snipplr.com/view/13096/simple-jquery-equal-columns-plugin</guid>
    </item>
    <item>
      <title>(jQuery) jQuery event namespace - 1man</title>
      <link>https://snipplr.com/view/13018/jquery-event-namespace</link>
      <description>&lt;p&gt;Adding a namespace to an event can make it easier to unbind. It is very easy to unbind all events with the same namespace.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Mar 2009 06:18:08 UTC</pubDate>
      <guid>https://snipplr.com/view/13018/jquery-event-namespace</guid>
    </item>
    <item>
      <title>(jQuery) Find selected elements index - 1man</title>
      <link>https://snipplr.com/view/13015/find-selected-elements-index</link>
      <description>&lt;p&gt;Never used the index() method in jQuery but could be useful to know. Find a selected elements index when you click on it. Note the $('ul#mylist') inside the index method, gives the search some context of where to look for .selected, saves looking through all the DOM.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Mar 2009 05:07:34 UTC</pubDate>
      <guid>https://snipplr.com/view/13015/find-selected-elements-index</guid>
    </item>
    <item>
      <title>(jQuery) Simple jQuery Imagefader - 1man</title>
      <link>https://snipplr.com/view/12844/simple-jquery-imagefader</link>
      <description>&lt;p&gt;Simple imagefader to rotate around a few images. Seem to be doing this a lot in various projects so decided to put something a bit more generic together. Uses jQuery. Images named as car1.jpg, car2.jpg, car3..... etc.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Mar 2009 07:11:15 UTC</pubDate>
      <guid>https://snipplr.com/view/12844/simple-jquery-imagefader</guid>
    </item>
    <item>
      <title>(PHP) Auto Update Copyright Year - 1man</title>
      <link>https://snipplr.com/view/12724/auto-update-copyright-year</link>
      <description>&lt;p&gt;Very simple snippet to include if you want to auto update the year in a page copyright using PHP.&lt;/p&gt;</description>
      <pubDate>Mon, 02 Mar 2009 09:38:18 UTC</pubDate>
      <guid>https://snipplr.com/view/12724/auto-update-copyright-year</guid>
    </item>
    <item>
      <title>(Other) Format for CleanCSS - 1man</title>
      <link>https://snipplr.com/view/12309/format-for-cleancss</link>
      <description>&lt;p&gt;This is the custom layout template i use for the CleanCSS website, very handy!&lt;/p&gt;</description>
      <pubDate>Tue, 17 Feb 2009 15:37:34 UTC</pubDate>
      <guid>https://snipplr.com/view/12309/format-for-cleancss</guid>
    </item>
    <item>
      <title>(jQuery) Remove text from a node (e.g in links) - 1man</title>
      <link>https://snipplr.com/view/12178/remove-text-from-a-node-eg-in-links</link>
      <description>&lt;p&gt;Removed a certain word from a list of links (purely for design reasons). Link length way to long with the link included.&lt;/p&gt;</description>
      <pubDate>Fri, 13 Feb 2009 11:06:49 UTC</pubDate>
      <guid>https://snipplr.com/view/12178/remove-text-from-a-node-eg-in-links</guid>
    </item>
    <item>
      <title>(JavaScript) jQuery Input value select - 1man</title>
      <link>https://snipplr.com/view/11429/jquery-input-value-select</link>
      <description>&lt;p&gt;Click on an input field with a prefilled value, if that value equals the default then select it, if not leave it as it was. Relies on jQuery.&lt;/p&gt;</description>
      <pubDate>Thu, 22 Jan 2009 05:32:58 UTC</pubDate>
      <guid>https://snipplr.com/view/11429/jquery-input-value-select</guid>
    </item>
    <item>
      <title>(PHP) Use of PHP isset for a submit form - 1man</title>
      <link>https://snipplr.com/view/11093/use-of-php-isset-for-a-submit-form</link>
      <description>&lt;p&gt;Simple PHP tutorial on how to use isset.&lt;/p&gt;</description>
      <pubDate>Mon, 12 Jan 2009 10:16:39 UTC</pubDate>
      <guid>https://snipplr.com/view/11093/use-of-php-isset-for-a-submit-form</guid>
    </item>
    <item>
      <title>(JavaScript) JSON-P with jQuery - 1man</title>
      <link>https://snipplr.com/view/10700/jsonp-with-jquery</link>
      <description>&lt;p&gt;Using JSON-P with jQuery. Note the callback.&lt;/p&gt;</description>
      <pubDate>Fri, 26 Dec 2008 18:34:06 UTC</pubDate>
      <guid>https://snipplr.com/view/10700/jsonp-with-jquery</guid>
    </item>
    <item>
      <title>(CSS) CSS Transparency All Browsers - 1man</title>
      <link>https://snipplr.com/view/10246/css-transparency-all-browsers</link>
      <description>&lt;p&gt;Should also work in IE6 because of the filter&lt;/p&gt;</description>
      <pubDate>Wed, 03 Dec 2008 12:25:20 UTC</pubDate>
      <guid>https://snipplr.com/view/10246/css-transparency-all-browsers</guid>
    </item>
    <item>
      <title>(JavaScript) The jQuery Data Store - 1man</title>
      <link>https://snipplr.com/view/9715/the-jquery-data-store</link>
      <description>&lt;p&gt;I didn't realise until now you could do this in jQuery, very useful. Store a value for later use, then remove it.&lt;/p&gt;</description>
      <pubDate>Thu, 13 Nov 2008 10:45:01 UTC</pubDate>
      <guid>https://snipplr.com/view/9715/the-jquery-data-store</guid>
    </item>
    <item>
      <title>(JavaScript) Adobe Air Introspector Commands - 1man</title>
      <link>https://snipplr.com/view/8888/adobe-air-introspector-commands</link>
      <description>&lt;p&gt;Simple list of commands to use within Adobe AIR to help debug an application.&lt;/p&gt;</description>
      <pubDate>Wed, 08 Oct 2008 04:28:52 UTC</pubDate>
      <guid>https://snipplr.com/view/8888/adobe-air-introspector-commands</guid>
    </item>
    <item>
      <title>(JavaScript) jQuery radio button donate submit - 1man</title>
      <link>https://snipplr.com/view/8747/jquery-radio-button-donate-submit</link>
      <description>&lt;p&gt;This snippet is useful on donate forms. If you have a radio button for other value, then this will clear the current value in the text input box, and attach the user in putted value to the other radio button.&lt;/p&gt;</description>
      <pubDate>Wed, 01 Oct 2008 09:48:14 UTC</pubDate>
      <guid>https://snipplr.com/view/8747/jquery-radio-button-donate-submit</guid>
    </item>
    <item>
      <title>(JavaScript) jQuery open external link in new window - 1man</title>
      <link>https://snipplr.com/view/8733/jquery-open-external-link-in-new-window</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Wed, 01 Oct 2008 06:04:07 UTC</pubDate>
      <guid>https://snipplr.com/view/8733/jquery-open-external-link-in-new-window</guid>
    </item>
    <item>
      <title>(ActionScript 3) Loading Methods for External Files - 1man</title>
      <link>https://snipplr.com/view/7845/loading-methods-for-external-files</link>
      <description>&lt;p&gt;Two different loading methods for external files.&lt;/p&gt;</description>
      <pubDate>Wed, 13 Aug 2008 06:49:34 UTC</pubDate>
      <guid>https://snipplr.com/view/7845/loading-methods-for-external-files</guid>
    </item>
    <item>
      <title>(ActionScript 3) Basic Package and Class Creation / Extend - 1man</title>
      <link>https://snipplr.com/view/7097/basic-package-and-class-creation--extend</link>
      <description>&lt;p&gt;How to create a basic class in AS3 and extend it if needed.&lt;/p&gt;</description>
      <pubDate>Thu, 03 Jul 2008 05:54:56 UTC</pubDate>
      <guid>https://snipplr.com/view/7097/basic-package-and-class-creation--extend</guid>
    </item>
    <item>
      <title>(HTML) hCard microformat usage - 1man</title>
      <link>https://snipplr.com/view/6645/hcard-microformat-usage</link>
      <description>&lt;p&gt;Two usages of the hcard microformat for a single person and an organisation.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jun 2008 11:30:15 UTC</pubDate>
      <guid>https://snipplr.com/view/6645/hcard-microformat-usage</guid>
    </item>
    <item>
      <title>(HTML) Use of the adr (address) microformat - 1man</title>
      <link>https://snipplr.com/view/6644/use-of-the-adr-address-microformat</link>
      <description>&lt;p&gt;Basic usage of the address microformat.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jun 2008 10:55:11 UTC</pubDate>
      <guid>https://snipplr.com/view/6644/use-of-the-adr-address-microformat</guid>
    </item>
    <item>
      <title>(HTML) Use of the geo microformat - 1man</title>
      <link>https://snipplr.com/view/6642/use-of-the-geo-microformat</link>
      <description>&lt;p&gt;Simple useage of the geo microformat allowing a map location to be machine readable.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jun 2008 10:35:03 UTC</pubDate>
      <guid>https://snipplr.com/view/6642/use-of-the-geo-microformat</guid>
    </item>
    <item>
      <title>(HTML) VoteLinks microformat - 1man</title>
      <link>https://snipplr.com/view/6530/votelinks-microformat</link>
      <description>&lt;p&gt;Not very widely addopted microformat, but could be in the future.&lt;/p&gt;</description>
      <pubDate>Sun, 01 Jun 2008 09:01:37 UTC</pubDate>
      <guid>https://snipplr.com/view/6530/votelinks-microformat</guid>
    </item>
    <item>
      <title>(HTML) Difference between rel and rev attribute - 1man</title>
      <link>https://snipplr.com/view/6529/difference-between-rel-and-rev-attribute</link>
      <description>&lt;p&gt;Rel and rev attributes are quite hard to get your head round, and very easy to mix up. Hopefully this snippet will explain the difference.&lt;/p&gt;</description>
      <pubDate>Sun, 01 Jun 2008 08:49:30 UTC</pubDate>
      <guid>https://snipplr.com/view/6529/difference-between-rel-and-rev-attribute</guid>
    </item>
    <item>
      <title>(HTML) Usage of the Rel Attribute in Microformats (licence, tag, nofollow) - 1man</title>
      <link>https://snipplr.com/view/6528/usage-of-the-rel-attribute-in-microformats-licence-tag-nofollow</link>
      <description>&lt;p&gt;Simple usage of the rel attribute in your HTML using microformats.&lt;/p&gt;</description>
      <pubDate>Sun, 01 Jun 2008 08:27:42 UTC</pubDate>
      <guid>https://snipplr.com/view/6528/usage-of-the-rel-attribute-in-microformats-licence-tag-nofollow</guid>
    </item>
    <item>
      <title>(JavaScript) Stop Firebug Console Command Errors - 1man</title>
      <link>https://snipplr.com/view/5485/stop-firebug-console-command-errors</link>
      <description>&lt;p&gt;Sometimes i forget to remove firebug console commands when debuging, which makes IE and some other browsers fail / cry.&#13;
&#13;
To stop this happening use the below script from firebugx.js on the firebug lite homepage.&lt;/p&gt;</description>
      <pubDate>Tue, 18 Mar 2008 19:54:35 UTC</pubDate>
      <guid>https://snipplr.com/view/5485/stop-firebug-console-command-errors</guid>
    </item>
    <item>
      <title>(JavaScript) jQuery Fade In Sequence - 1man</title>
      <link>https://snipplr.com/view/5360/jquery-fade-in-sequence</link>
      <description>&lt;p&gt;I'm sure i can clean this up quite a bit, but it works for the moment.&#13;
&#13;
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.&lt;/p&gt;</description>
      <pubDate>Mon, 10 Mar 2008 16:57:08 UTC</pubDate>
      <guid>https://snipplr.com/view/5360/jquery-fade-in-sequence</guid>
    </item>
    <item>
      <title>(JavaScript) Function invocation and 'this' Context Example - 1man</title>
      <link>https://snipplr.com/view/5280/function-invocation-and-this-context-example</link>
      <description>&lt;p&gt;Quick example to show how 'this' depends on how the function in which you called it in was being invoked. From jQuery in Action.&lt;/p&gt;</description>
      <pubDate>Wed, 05 Mar 2008 17:40:56 UTC</pubDate>
      <guid>https://snipplr.com/view/5280/function-invocation-and-this-context-example</guid>
    </item>
    <item>
      <title>(JavaScript) Closure Example Relating to 'this' Execution Context - 1man</title>
      <link>https://snipplr.com/view/5279/closure-example-relating-to-this-execution-context</link>
      <description>&lt;p&gt;Example showing how using 'this' in a function depends on where 'this' is defined. From book jQuery in Action.&lt;/p&gt;</description>
      <pubDate>Wed, 05 Mar 2008 17:32:40 UTC</pubDate>
      <guid>https://snipplr.com/view/5279/closure-example-relating-to-this-execution-context</guid>
    </item>
    <item>
      <title>(JavaScript) jQuery Object Hash and jQuery Extend - 1man</title>
      <link>https://snipplr.com/view/5273/jquery-object-hash-and-jquery-extend</link>
      <description>&lt;p&gt;An example of how to extent the jQuery objects to include our own methods.&lt;/p&gt;</description>
      <pubDate>Wed, 05 Mar 2008 06:03:46 UTC</pubDate>
      <guid>https://snipplr.com/view/5273/jquery-object-hash-and-jquery-extend</guid>
    </item>
    <item>
      <title>(JavaScript) Option Hash Using jQuery - 1man</title>
      <link>https://snipplr.com/view/5221/option-hash-using-jquery</link>
      <description>&lt;p&gt;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.&#13;
&#13;
Now you can set the defaults inside the function, which will be superseeded if they are passed as an argument.&lt;/p&gt;</description>
      <pubDate>Wed, 27 Feb 2008 15:20:11 UTC</pubDate>
      <guid>https://snipplr.com/view/5221/option-hash-using-jquery</guid>
    </item>
    <item>
      <title>(JavaScript) Cross Browser Cursor Position - 1man</title>
      <link>https://snipplr.com/view/5069/cross-browser-cursor-position</link>
      <description>&lt;p&gt;Nice little snippet i found on Ajaxian, finds the position of the mouse cursor when it is fired.&lt;/p&gt;</description>
      <pubDate>Thu, 14 Feb 2008 16:06:19 UTC</pubDate>
      <guid>https://snipplr.com/view/5069/cross-browser-cursor-position</guid>
    </item>
  </channel>
</rss>
