<?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>GreatWebGuy &#187; JQuery</title>
	<atom:link href="http://greatwebguy.com/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://greatwebguy.com</link>
	<description>Self-proclaimed greatness is a hard thing to prove.</description>
	<lastBuildDate>Thu, 25 Feb 2010 21:42:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Enable JavaScript specific CSS with one line of jQuery</title>
		<link>http://greatwebguy.com/programming/dom/enable-javascript-specific-css-with-one-line-of-jquery/</link>
		<comments>http://greatwebguy.com/programming/dom/enable-javascript-specific-css-with-one-line-of-jquery/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 02:27:21 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
				<category><![CDATA[DOM]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://greatwebguy.com/?p=132</guid>
		<description><![CDATA[jQuery is by far my favorite JavaScript framework in terms of simplicity and just pure DOM power. I picked up a little trick at a conference quite a few months back and improved upon it and thought it could benefit anyone that believes in the mantra of progressive enhancement. Here&#8217;s the line of code that]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/dom/enable-javascript-specific-css-with-one-line-of-jquery/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Setting your tabindex on your html forms automatically with jQuery</title>
		<link>http://greatwebguy.com/programming/dom/setting-your-tabindex-on-your-html-forms-automatically-with-jquery/</link>
		<comments>http://greatwebguy.com/programming/dom/setting-your-tabindex-on-your-html-forms-automatically-with-jquery/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 20:59:41 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
				<category><![CDATA[DOM]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[tabindex]]></category>

		<guid isPermaLink="false">http://greatwebguy.com/?p=100</guid>
		<description><![CDATA[The tabindex is absolutely necessary for controlling the tab order through a really long form, from a usability and accessibility standpoint. This is probably not the preferred way to do this, you should be setting the tabindex attribute on all of your input elements in your html. Now if you work with lazy developers, that]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/dom/setting-your-tabindex-on-your-html-forms-automatically-with-jquery/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Prevent double submit with jQuery</title>
		<link>http://greatwebguy.com/programming/dom/prevent-double-submit-with-jquery/</link>
		<comments>http://greatwebguy.com/programming/dom/prevent-double-submit-with-jquery/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 00:58:44 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
				<category><![CDATA[DOM]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[submit]]></category>

		<guid isPermaLink="false">http://greatwebguy.com/?p=70</guid>
		<description><![CDATA[Another great &#8220;little&#8221; solution with jQuery. Needed a simple way to protect all the forms on our site from being double submitted. There was an attempted solution in place on our app, that added an onsubmit to every form with a function above it called ignoreDoubleSubmit that tried to trap the event of the button]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/dom/prevent-double-submit-with-jquery/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Input focus with jQuery</title>
		<link>http://greatwebguy.com/programming/dom/input-focus-with-jquery/</link>
		<comments>http://greatwebguy.com/programming/dom/input-focus-with-jquery/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 12:58:40 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
				<category><![CDATA[DOM]]></category>
		<category><![CDATA[focus]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://greatwebguy.com/?p=49</guid>
		<description><![CDATA[Form input focus always seems a pain to me, I don&#8217;t like all of the generated inline javascript that struts or other frameworks add to accomplish this and it always seems to be one issue or another. So here&#8217;s a simple solution that applies focus to the last input element in the document that has]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/dom/input-focus-with-jquery/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Default html button submit on enter with JQuery</title>
		<link>http://greatwebguy.com/programming/dom/default-html-button-submit-on-enter-with-jquery/</link>
		<comments>http://greatwebguy.com/programming/dom/default-html-button-submit-on-enter-with-jquery/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 14:43:45 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
				<category><![CDATA[DOM]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[submit]]></category>

		<guid isPermaLink="false">http://greatwebguy.com/?p=47</guid>
		<description><![CDATA[I basically needed the update button to be the default action on clicking enter in the form, but there were multiple submit buttons in my form and they weren&#8217;t in the order I needed due to UI design. This was a quick and dirty solution to select an html submit button and make it the]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/dom/default-html-button-submit-on-enter-with-jquery/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Suckerfish DHTML dropdown menu with JQuery</title>
		<link>http://greatwebguy.com/programming/dom/suckerfish-dhtml-dropdown-menu-with-jquery/</link>
		<comments>http://greatwebguy.com/programming/dom/suckerfish-dhtml-dropdown-menu-with-jquery/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 02:19:18 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
				<category><![CDATA[DOM]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://greatwebguy.com/programming/dom/suckerfish-dhtml-dropdown-menu-with-jquery/</guid>
		<description><![CDATA[DHTML dropdown menu&#8217;s have been greatly improved in terms of accessibility, standards compliance, and weight using the Suckerfish technique of building pure CSS-based menus and then attaching a small javascript that allows Internet Explorer 6 to mimic the CSS hover method. Once the die-hards hanging onto IE6 let go, we won&#8217;t have to worry much]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/dom/suckerfish-dhtml-dropdown-menu-with-jquery/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
