<?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>Web development &#187; Show and Hide jquery</title>
	<atom:link href="http://sourcecodemoney.com/tag/show-and-hide-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://sourcecodemoney.com</link>
	<description>Use source code for money</description>
	<lastBuildDate>Thu, 12 Aug 2010 10:54:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Show and Hide with jquery</title>
		<link>http://sourcecodemoney.com/show-and-hide-with-jquery/php-code/</link>
		<comments>http://sourcecodemoney.com/show-and-hide-with-jquery/php-code/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 05:54:16 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[PHP code]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Demo Download]]></category>
		<category><![CDATA[FadeIn Code]]></category>
		<category><![CDATA[FadeOut Code]]></category>
		<category><![CDATA[Implementation]]></category>
		<category><![CDATA[Show and Hide]]></category>
		<category><![CDATA[Show and Hide jquery]]></category>
		<category><![CDATA[SlideDown Jquery]]></category>
		<category><![CDATA[SlideToggle Jquery]]></category>
		<category><![CDATA[SlideUp Jquery]]></category>

		<guid isPermaLink="false">http://sourcecodemoney.com/?p=67</guid>
		<description><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		


With jQuery, you can show and hide div. The implementation is really cool. With jQuery you can show and hide with various functions:

show(&#8221;fast&#8221;) , show(&#8221;slow&#8221;), show(400). The 400 is in mili seconds
hide(&#8221;fast&#8221;) , hide(&#8221;slow&#8221;), hide(400). The 400 is in mili seconds
slideUp()
slideDown()
slideToggle()
fadeIn()
fadeOut()

You can see the demo here and download the code here.
]]></description>
			<content:encoded><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		<div id="diggbutton"><a href="http://digg.com/submit?phase=2&amp;url=http://sourcecodemoney.com/show-and-hide-with-jquery/php-code/"><img src="http://sourcecodemoney.com/wp-content/plugins/diggme/digg.png"></a></div><p>With jQuery, you can show and hide div. The implementation is really cool. With jQuery you can show and hide with various functions:</p>
<ul>
<li><strong>show(&#8221;fast&#8221;)</strong> , <strong>show(&#8221;slow&#8221;)</strong>, <strong>show(400)</strong>. The 400 is in mili seconds</li>
<li><strong>hide(&#8221;fast&#8221;) </strong>, <strong>hide(&#8221;slow&#8221;)</strong>, <strong>hide(400)</strong>. The 400 is in mili seconds</li>
<li><code>slideUp()</code></li>
<li><code>slideDown()</code></li>
<li><code>slideToggle()</code></li>
<li><code>fadeIn()</code></li>
<li><code>fadeOut()</code></li>
</ul>
<p>You can see the demo <a title="jquery slide demo" href="http://sourcecodemoney.com/demo/slide/" target="_blank">here </a>and download the code <a href="http://sourcecodemoney.com/doc/slide.zip" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sourcecodemoney.com/show-and-hide-with-jquery/php-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
