<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: Toggle the visibility with jQuery</title>
	<atom:link href="/2009/11/30/toggle-the-visibility-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>/2009/11/30/toggle-the-visibility-with-jquery/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: PhoenixAlly</title>
		<link>/2009/11/30/toggle-the-visibility-with-jquery/comment-page-1/#comment-14249</link>
		<dc:creator><![CDATA[PhoenixAlly]]></dc:creator>
		<pubDate>Sun, 10 Apr 2011 09:55:25 +0000</pubDate>
		<guid isPermaLink="false">/?p=817#comment-14249</guid>
		<description><![CDATA[you can also use pure javascript like this:

document.getElementById(&quot;id&quot;).style.display=document.getElementById(&quot;id&quot;).style.display==&quot;block&quot; ? &quot;none&quot; : &quot;block&quot;;

I would probably make a variable for the document.get ... part.]]></description>
		<content:encoded><![CDATA[<p>you can also use pure javascript like this:</p>
<p>document.getElementById(&#8220;id&#8221;).style.display=document.getElementById(&#8220;id&#8221;).style.display==&#8221;block&#8221; ? &#8220;none&#8221; : &#8220;block&#8221;;</p>
<p>I would probably make a variable for the document.get &#8230; part.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
