<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Pucadinga's Blog &#187; Javascript</title>
	<atom:link href="http://pucadinga.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://pucadinga.com</link>
	<description>Live it up, life is way too short to be "bored"!</description>
	<lastBuildDate>Sat, 07 Nov 2009 21:24:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pucadinga.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/69a8453ab9a2c6af879e3432d72c19c7?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Pucadinga's Blog &#187; Javascript</title>
		<link>http://pucadinga.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pucadinga.com/osd.xml" title="Pucadinga&#039;s Blog" />
	<atom:link rel='hub' href='http://pucadinga.com/?pushpress=hub'/>
		<item>
		<title>Clearing DIV contents and TEXTAREA contents with JQuery</title>
		<link>http://pucadinga.com/2009/04/13/clearing-div-contents-and-textarea-contents-with-jquery/</link>
		<comments>http://pucadinga.com/2009/04/13/clearing-div-contents-and-textarea-contents-with-jquery/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 22:45:05 +0000</pubDate>
		<dc:creator>pucadinga</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[clear]]></category>
		<category><![CDATA[contents]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[textarea]]></category>

		<guid isPermaLink="false">http://pucadinga.com/2009/04/13/clearing-div-contents-and-textarea-contents-with-jquery/</guid>
		<description><![CDATA[Simple question, simple answer! I often wondered how and if this could be done, and seems to me like its extremely simple: Assuming you have: &#60;div id=&#8221;darea&#8221;&#62;div contents here&#8230;&#60;/div&#62; &#60;textarea id=&#8221;tarea&#8221;&#62;textarea contents&#8230;&#60;/textarea&#62; All you have to do in JQuery to clear the contents is: $(&#8216;#tarea&#8217;).val(&#8221;); $(&#8216;#darea&#8217;).text(&#8221;); And this should clear the corresponding div and textarea. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pucadinga.com&blog=4603642&post=272&subd=pucadinga&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://pucadinga.com/2009/04/13/clearing-div-contents-and-textarea-contents-with-jquery/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pucadinga</media:title>
		</media:content>

		<media:content url="http://pucadinga.files.wordpress.com/2009/04/jquery-logo.png" medium="image">
			<media:title type="html">jquery-logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Modalbox &amp; Lightbox Conflicts (Position)</title>
		<link>http://pucadinga.com/2008/09/16/modalbox-lightbox-conflicts-position/</link>
		<comments>http://pucadinga.com/2008/09/16/modalbox-lightbox-conflicts-position/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 02:33:49 +0000</pubDate>
		<dc:creator>pucadinga</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[conflict]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[modalbox]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://pucadinga.wordpress.com/?p=7</guid>
		<description><![CDATA[I have recently discovered that there would be a slight problem when Lightbox and Modalbox co-exist on the same page. The problem is that the modalbox would pop-up slightly on the right of the screen, before shifting to the middle of the screen at the last minute. This would only happen when lightbox is also [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pucadinga.com&blog=4603642&post=7&subd=pucadinga&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://pucadinga.com/2008/09/16/modalbox-lightbox-conflicts-position/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pucadinga</media:title>
		</media:content>
	</item>
	</channel>
</rss>