<?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>Overly Caffeinated &#187; attribute</title>
	<atom:link href="http://overlycaffeinated.com/tag/attribute/feed/" rel="self" type="application/rss+xml" />
	<link>http://overlycaffeinated.com</link>
	<description>Blogging about jQuery, PHP, Magento, etc.</description>
	<lastBuildDate>Sat, 17 Sep 2011 18:26:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Basic Form Validation Using The jQuery Validation Plugin</title>
		<link>http://overlycaffeinated.com/2009/09/basic-form-validation-using-the-jquery-validation-plugin/</link>
		<comments>http://overlycaffeinated.com/2009/09/basic-form-validation-using-the-jquery-validation-plugin/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 06:00:38 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[attribute]]></category>
		<category><![CDATA[attribute specifies that]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[email address]]></category>
		<category><![CDATA[email addresses]]></category>
		<category><![CDATA[email value]]></category>
		<category><![CDATA[form validation]]></category>
		<category><![CDATA[input elements]]></category>
		<category><![CDATA[input field]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[numerical value]]></category>
		<category><![CDATA[phone numbers]]></category>
		<category><![CDATA[plug ins]]></category>
		<category><![CDATA[quantity field]]></category>
		<category><![CDATA[url value]]></category>
		<category><![CDATA[validation rules]]></category>
		<category><![CDATA[web application]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/?p=177</guid>
		<description><![CDATA[Form validation is a very important part of any web application. You have to make sure that your users are going to enter a numerical value when they put data into a quantity field (You don&#8217;t want them to enter &#8220;one&#8221; into a quantity field, unless of course you want to try and handle that [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/09/basic-form-validation-using-the-jquery-validation-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Even Shorter Attribute Function</title>
		<link>http://overlycaffeinated.com/2009/08/an-even-shorter-attribute-function/</link>
		<comments>http://overlycaffeinated.com/2009/08/an-even-shorter-attribute-function/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 13:00:00 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[attribute]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[val]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/?p=68</guid>
		<description><![CDATA[As you say in yesterdays tutorial you can retrieve the value of a text box by using the following code: $("#sizechangebox").attr("value") However there is an even shorter way to accomplish the same thing. $("#sizechangebox").val()]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/08/an-even-shorter-attribute-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Attributes Tutorial</title>
		<link>http://overlycaffeinated.com/2009/08/jquery-attributes-tutorial/</link>
		<comments>http://overlycaffeinated.com/2009/08/jquery-attributes-tutorial/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 13:00:58 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[attribute]]></category>
		<category><![CDATA[attribute data]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[elements]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/?p=49</guid>
		<description><![CDATA[The jQuery Attributes function provides a quick and easy way to retrieve and manipulate attribute data in your HTML document. An example of an attribute would be the title of an anchor element, or the name value of an input element. To do this you have must be familiar with the selector feature of jQuery. [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/08/jquery-attributes-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Selector Tutorial</title>
		<link>http://overlycaffeinated.com/2009/08/jquery-selector-tutorial/</link>
		<comments>http://overlycaffeinated.com/2009/08/jquery-selector-tutorial/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 15:00:58 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[attribute]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[code document]]></category>
		<category><![CDATA[css standards]]></category>
		<category><![CDATA[elements]]></category>
		<category><![CDATA[getelementbyid]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[html page]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[last element]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/?p=18</guid>
		<description><![CDATA[Today&#8217;s topic is going to be a basic look at the jQuery Selector system.  This is one of the most widely used feature of jQuery and is one of the features that will save you the most time from regular JavaScript. Generally when you use JavaScript and you want to select an element you would [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/08/jquery-selector-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

