<?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>kleptomac &#187; jQuery</title>
	<atom:link href="http://www.kleptomac.com/tag/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kleptomac.com</link>
	<description>A series of experiences on life and technology</description>
	<lastBuildDate>Tue, 23 Mar 2010 16:11:22 +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>jQuery Desktop</title>
		<link>http://www.kleptomac.com/jquery-desktop.htm</link>
		<comments>http://www.kleptomac.com/jquery-desktop.htm#comments</comments>
		<pubDate>Fri, 22 Jan 2010 17:33:29 +0000</pubDate>
		<dc:creator>jai.chandra</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.kleptomac.com/?p=139</guid>
		<description><![CDATA[<p>Found an interesting POC of jQuery Desktop using HTML5, CSS and jQuery at SonSpring.com. Though the implementation is basic, its certainly going to trigger more ideas and could be a good way of designing management tools. jQuery is a great library for javascript and when mixed with HTML 5 and CSS can create magic.</p>
]]></description>
		<wfw:commentRss>http://www.kleptomac.com/jquery-desktop.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unclosed &lt;P&gt; before &lt;form&gt; breaks form submit in IE when using jQuery</title>
		<link>http://www.kleptomac.com/unclosed-before-breaks-form-submit-in-ie-when-using-jquery.htm</link>
		<comments>http://www.kleptomac.com/unclosed-before-breaks-form-submit-in-ie-when-using-jquery.htm#comments</comments>
		<pubDate>Wed, 25 Nov 2009 08:30:41 +0000</pubDate>
		<dc:creator>jai.chandra</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Form]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[P]]></category>
		<category><![CDATA[Tags]]></category>

		<guid isPermaLink="false">http://www.kleptomac.com/blog/unclosed-before-breaks-form-submit-in-ie-when-using-jquery.htm</guid>
		<description><![CDATA[<p>If you are facing issues with form submits using jQuery in IE because of unclosed &#60;P&#62; tags.</p>
<p>Try this:</p>
<p>var form = $(document).find(&#8220;form&#8221;);</p>
<p>var frm = form.parent().html();</p>
<p>if(frm.toLowerCase().indexOf(&#8216;form&#8217;) &#62; -1 &#38;&#38; frm.toLowerCase().indexOf(&#8216;/form&#8217;) == -1) {
var frmTag = frm.substring(frm.toLowerCase().indexOf(&#8216;&#60;form&#8217;), frm.toLowerCase().indexOf(&#8216;&#62;&#8217;)+1);
var rest = frm.substring(frm.toLowerCase().indexOf(&#8216;&#62;&#8217;)+1);
form.parent().remove();
form.before(frmTag);
form.prepend(rest);
}</p>
]]></description>
		<wfw:commentRss>http://www.kleptomac.com/unclosed-before-breaks-form-submit-in-ie-when-using-jquery.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery.append() Behaviour</title>
		<link>http://www.kleptomac.com/jqueryappend-behaviour.htm</link>
		<comments>http://www.kleptomac.com/jqueryappend-behaviour.htm#comments</comments>
		<pubDate>Wed, 04 Nov 2009 09:28:30 +0000</pubDate>
		<dc:creator>jai.chandra</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[append()]]></category>
		<category><![CDATA[behaviour]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://www.kleptomac.com/blog/jqueryappend-behaviour.htm</guid>
		<description><![CDATA[<p>jQuery.append() behaves a differently in different situations. It sometimes moves the contents from the DOM to the new location where it is appended and sometimes it clones it (keeping a copy of the dom element in its original location). I stumbled upon this when trying to fix an issue with &#60;form&#62; submit. The content I [...]]]></description>
		<wfw:commentRss>http://www.kleptomac.com/jqueryappend-behaviour.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
