<?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>JamesMarquez.com &#187; jQuery</title>
	<atom:link href="http://www.jamesmarquez.com/category/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jamesmarquez.com</link>
	<description>filipino web applications developer and designer</description>
	<lastBuildDate>Sat, 29 May 2010 04:03:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Quick way to get the form ID of any form element</title>
		<link>http://www.jamesmarquez.com/quick-way-to-get-the-form-id-of-any-form-element.html</link>
		<comments>http://www.jamesmarquez.com/quick-way-to-get-the-form-id-of-any-form-element.html#comments</comments>
		<pubDate>Sun, 19 Apr 2009 08:13:03 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.jamesmarquez.com/?p=26</guid>
		<description><![CDATA[Here&#8217;s a quick snippet to get the form ID from any form element.
$(this).parents("form").attr('id');
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick snippet to get the form ID from any form element.</p>
<p><code>$(this).parents("form").attr('id');</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamesmarquez.com/quick-way-to-get-the-form-id-of-any-form-element.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
