<?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/ui</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 02 Dec 2008 02:21:32 GMT</pubDate>
<item>
<title>(JavaScript) jQuery UI tab - onselect goto link - ardissoebrata</title>
<link>http://snipplr.com/view/9513/jquery-ui-tab--onselect-goto-link/</link>
<description><![CDATA[ <p>Go to link location when tab clicked (or selected actually) using 'select' event.</p> ]]></description>
<pubDate>Thu, 06 Nov 2008 00:56:02 GMT</pubDate>
<guid>http://snipplr.com/view/9513/jquery-ui-tab--onselect-goto-link/</guid>
</item>
<item>
<title>(JavaScript) A guide to YUI Config utility - netcraft</title>
<link>http://snipplr.com/view/5234/a-guide-to-yui-config-utility/</link>
<description><![CDATA[ <p>Config is a utility used within an Object to allow the implementer to maintain a list of local configuration properties and listen for changes to those properties dynamically using CustomEvent. The initial values are also maintained so that the configuration can be reset at any given point to its initial state.

Dependencies:
* yahoo.js
* event.js</p> ]]></description>
<pubDate>Thu, 28 Feb 2008 10:55:44 GMT</pubDate>
<guid>http://snipplr.com/view/5234/a-guide-to-yui-config-utility/</guid>
</item>
<item>
<title>(JavaScript) click on an element across browsers - noah</title>
<link>http://snipplr.com/view/3336/click-on-an-element-across-browsers/</link>
<description><![CDATA[ <p>If you have assigned an event handler to a container, you might want to remotely trigger it as if a child of the container had been clicked.  That is, you might want to manually set the target of the 'event' object that is passed to the event handler on the container.  This helps to keep the number of event handlers down.</p> ]]></description>
<pubDate>Fri, 20 Jul 2007 18:08:37 GMT</pubDate>
<guid>http://snipplr.com/view/3336/click-on-an-element-across-browsers/</guid>
</item>
<item>
<title>(JavaScript) Get Mouse Position (from Quirksmode.org) - noah</title>
<link>http://snipplr.com/view/3032/get-mouse-position-from-quirksmodeorg/</link>
<description><![CDATA[ <p>This is PPK's solution for finding mouse position across platforms.</p> ]]></description>
<pubDate>Mon, 25 Jun 2007 08:36:02 GMT</pubDate>
<guid>http://snipplr.com/view/3032/get-mouse-position-from-quirksmodeorg/</guid>
</item>
<item>
<title>(JavaScript) Write to browser's error console - noah</title>
<link>http://snipplr.com/view/2870/write-to-browsers-error-console/</link>
<description><![CDATA[ <p>Display an error message in the browser's error console.  JavaScript 1.5 and up.</p> ]]></description>
<pubDate>Sat, 16 Jun 2007 18:13:00 GMT</pubDate>
<guid>http://snipplr.com/view/2870/write-to-browsers-error-console/</guid>
</item>
<item>
<title>(JavaScript) Get and set state with cookie II - noah</title>
<link>http://snipplr.com/view/2688/get-and-set-state-with-cookie-ii/</link>
<description><![CDATA[ <p>Set and get a cookie.</p> ]]></description>
<pubDate>Tue, 22 May 2007 12:12:34 GMT</pubDate>
<guid>http://snipplr.com/view/2688/get-and-set-state-with-cookie-ii/</guid>
</item>
<item>
<title>(JavaScript) Save application state in a cookie - noah</title>
<link>http://snipplr.com/view/2586/save-application-state-in-a-cookie/</link>
<description><![CDATA[ <p>A variant of this code is in use on the My Organizer app at http://collegeboard.com/student/index.html?student</p> ]]></description>
<pubDate>Wed, 02 May 2007 14:13:52 GMT</pubDate>
<guid>http://snipplr.com/view/2586/save-application-state-in-a-cookie/</guid>
</item>
<item>
<title>(JavaScript) Which element was clicked? - noah</title>
<link>http://snipplr.com/view/2565/which-element-was-clicked/</link>
<description><![CDATA[ <p>How to get a reference to the element that was clicked to fire an event.  The code is gratefully cribbed from Quirksmode.org.

Updated to reflect how I actually implement this, slightly different from PPK's original.</p> ]]></description>
<pubDate>Mon, 30 Apr 2007 05:07:47 GMT</pubDate>
<guid>http://snipplr.com/view/2565/which-element-was-clicked/</guid>
</item>
</channel>
</rss>