<?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>Fatih Hayrioğlu&#039;nun not defteri &#187; fonksiyon</title>
	<atom:link href="http://www.fatihhayrioglu.com/tag/fonksiyon/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fatihhayrioglu.com</link>
	<description>{ CSS, HTML ve Javascript }</description>
	<lastBuildDate>Wed, 01 Sep 2010 12:45:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=2010</generator>
		<item>
		<title>(X)Html Elementlerini gizleme ve göstermek</title>
		<link>http://www.fatihhayrioglu.com/xhtml-elementlerini-gizleme-ve-gostermek/</link>
		<comments>http://www.fatihhayrioglu.com/xhtml-elementlerini-gizleme-ve-gostermek/#comments</comments>
		<pubDate>Thu, 07 Sep 2006 16:11:50 +0000</pubDate>
		<dc:creator>fatih.hayrioglu</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[eleman gizle]]></category>
		<category><![CDATA[fonksiyon]]></category>
		<category><![CDATA[göster-gizle]]></category>

		<guid isPermaLink="false">http://www.fatihhayrioglu.com/?p=156</guid>
		<description><![CDATA[function gostergizle(elementid){ document.getElementById(elementid).style.display= (document.getElementById(elementid).style.display!=&#34;block&#34;)? &#34;block&#34; : &#34;none&#34; } kod kısmında da &#60;a href=&#34;javascript:gostergizle('haber')&#34;&#62;haber&#60;/a&#62; &#60;div id=&#34;haber&#34;&#62;haberler .......&#60;/div&#62; Bu hem elementlerimizi göstermeye hemde gizlemeye yarayan bir fonksiyon. Basit ve kullanışlı bir fonksiyon]]></description>
			<content:encoded><![CDATA[<pre class="brush: jscript;">
function gostergizle(elementid){
document.getElementById(elementid).style.display=
(document.getElementById(elementid).style.display!=&quot;block&quot;)? &quot;block&quot; : &quot;none&quot;
}
</pre>
<p>kod kısmında da </p>
<pre class="brush: xml;">
&lt;a href=&quot;javascript:gostergizle('haber')&quot;&gt;haber&lt;/a&gt;
&lt;div id=&quot;haber&quot;&gt;haberler .......&lt;/div&gt;
</pre>
<p>Bu hem elementlerimizi göstermeye hemde gizlemeye yarayan bir fonksiyon. Basit ve kullanışlı bir fonksiyon</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatihhayrioglu.com/xhtml-elementlerini-gizleme-ve-gostermek/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.279 seconds -->
