<?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>Thu, 09 Feb 2012 08:44:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=2012</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[kod kısmında da Bu hem elementlerimizi göstermeye hemde gizlemeye yarayan bir fonksiyon. Basit ve kullanışlı bir fonksiyon]]></description>
			<content:encoded><![CDATA[<pre class="brush: jscript; title: ; notranslate">
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; title: ; notranslate">
&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>

