<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Coffeescripter &#187; jQuery</title>
	<atom:link href="http://coffeescripter.com/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://coffeescripter.com</link>
	<description>Just another developer blog</description>
	<lastBuildDate>Sun, 08 Aug 2010 11:40:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AD Gallery &#8211; a jQuery gallery plugin</title>
		<link>http://coffeescripter.com/2009/07/ad-gallery-a-jquery-gallery-plugin/</link>
		<comments>http://coffeescripter.com/2009/07/ad-gallery-a-jquery-gallery-plugin/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 14:04:30 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://coffeescripter.com/?p=122</guid>
		<description><![CDATA[I got inspired by myself when I wrote the Editable Select plugin, so I decided to write another one. It&#8217;s a gallery plugin that&#8217;s a bit different than plugins like Thickbox and Lightbox.
You can see it here (it&#8217;s a work in progress, please be gentle).
After quite a lot of tweaking, bug fixing and making sure [...]]]></description>
			<content:encoded><![CDATA[<p>I got inspired by myself when I wrote the <a href="http://coffeescripter.com/2009/07/an-editable-select-list-plugin-for-jquery/">Editable Select</a> plugin, so I decided to write another one. It&#8217;s a gallery plugin that&#8217;s a bit different than plugins like Thickbox and Lightbox.</p>
<p>You can see it <a href="http://coffeescripter.com/code/ad-gallery/">here</a> (it&#8217;s a work in progress, please be gentle).</p>
<p>After quite a lot of tweaking, bug fixing and making sure it works in popular browsers, I&#8217;ve now released version 1.0.0. If you find any bugs, or have any features you&#8217;d want for it, please don&#8217;t hesitate to send a comment here.</p>
<p>Happy coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://coffeescripter.com/2009/07/ad-gallery-a-jquery-gallery-plugin/feed/</wfw:commentRss>
		<slash:comments>371</slash:comments>
		</item>
		<item>
		<title>An editable select list plugin for jQuery</title>
		<link>http://coffeescripter.com/2009/07/an-editable-select-list-plugin-for-jquery/</link>
		<comments>http://coffeescripter.com/2009/07/an-editable-select-list-plugin-for-jquery/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 07:33:56 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://coffeescripter.com/?p=114</guid>
		<description><![CDATA[For a job I did for a client for a couple of months ago, there was a need for a select list that could be editable. I found a plugin for it (don&#8217;t remember where I found it, unfortunately), and it worked, kinda. So this morning, I felt like writing such a plugin from scratch.
It [...]]]></description>
			<content:encoded><![CDATA[<p>For a job I did for a client for a couple of months ago, there was a need for a select list that could be editable. I found a plugin for it (don&#8217;t remember where I found it, unfortunately), and it worked, kinda. So this morning, I felt like writing such a plugin from scratch.</p>
<p>It basically takes the best of an input field, and a select box/list, and mixes it together. It takes a real select list and transforms it to an input field with options, and mimics most (if not even more) of the features of a real select box. Since it&#8217;s a real select list from the start, it degrades nicely for those without Javascript.</p>
<p>You can find the code and an example here:<br />
<a href="http://coffeescripter.com/code/editable-select/" target="_blank">http://coffeescripter.com/code/editable-select/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://coffeescripter.com/2009/07/an-editable-select-list-plugin-for-jquery/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
	</channel>
</rss>
