<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Toggle in Webmasters and Developers</title>
<link>http://www.dslreports.com/forum/r23270237</link>
<description></description>
<language>en</language>
<pubDate>Fri, 19 Mar 2010 07:11:30 EDT</pubDate>
<lastBuildDate>Fri, 19 Mar 2010 07:11:30 EDT</lastBuildDate>

<item>
<title>Toggle</title>
<link>http://www.dslreports.com/forum/remark,23270237</link>
<description><![CDATA[<A HREF="/useremail/u/1485934"><b>Ashke</b></A> : I'm having trouble using Toggle with JavaScript.<br><br>I'm trying to create a button that on each click, it will display the next context (not all of the content). So far, it does not do anything except hide the context as requested.<br><br>Here is what I have.<br><br>XHTML File.<br><textarea name="code" class="xhtml" cols=50 rows=10>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;&#012;&lt;html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"&gt;&#012; &#012;&lt;head&gt;&#012;&lt;title&gt;Robert Plagge&lt;/title&gt;&#012;&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /&gt;&#012; &#012;&lt;!-- CSS Files --&gt;&#012;&lt;link rel="stylesheet" type="text/css" href="css/main.css" /&gt;&#012;&lt;link rel="stylesheet" type="text/css" href="css/header.css" /&gt;&#012;&lt;link rel="stylesheet" type="text/css" href="css/breadcrumbs.css" /&gt;&#012; &#012;&lt;!-- JS Files --&gt;&#012;&lt;script type="text/javascript" src="JS/jquery-1.3.2.js"&gt;&lt;/script&gt;&#012;&lt;script type="text/javascript" src="JS/header.js"&gt;&lt;/script&gt;&#012;&lt;script type="text/javascript" src="JS/footer.js"&gt;&lt;/script&gt;&#012;&lt;script type="text/javascript" src="JS/games.js"&gt;&lt;/script&gt;&#012; &#012;&lt;/head&gt;&#012; &#012;&lt;body&gt;&#012;&lt;div id="header"&gt;&#012;&lt;/div&gt;&#012; &#012;&lt;div id="breadcrumbs"&gt;&lt;a href="index.html"&gt;Home&lt;/a&gt; &lt;small&gt;&amp;gt;&amp;gt;&lt;/small&gt; &lt;a href="interests.html"&gt;Personal Interests&lt;/a&gt; &lt;small&gt;&amp;gt;&amp;gt;&#012;&lt;/small&gt; Games&#012;&lt;/div&gt;&#012; &#012;&lt;div id="leftMenu"&gt;&#012;&lt;ul&gt;&#012;&lt;li&gt;Games&lt;/li&gt;&#012;&lt;li&gt;&lt;a href="music.html"&gt;Music&lt;/a&gt;&lt;/li&gt;&#012;&lt;li&gt;&lt;a href="books.html"&gt;Books&lt;/a&gt;&lt;/li&gt;&#012;&lt;li&gt;&lt;a href="arts.html"&gt;Some Arts&lt;/a&gt;&lt;/li&gt;&#012;&lt;li&gt;&lt;a href="favorites.html"&gt;Favorite Comics&lt;/a&gt;&lt;/li&gt;&#012;&lt;/ul&gt;&#012;&lt;/div&gt;&#012; &#012;&lt;div id="main"&gt;&#012;&lt;p id="button"&gt;There are a number of games I enjoy playing. Role-Playing Games (RPG), First-Person Shooting (FPS), and some Action games are my fortes.&lt;/p&gt;&#012;&lt;p&gt;&lt;input type="button" value="Show RPG games" /&gt;&lt;br /&gt;&lt;/p&gt;&#012;&lt;div class="games"&gt;&#012;&lt;p&gt;something&lt;/p&gt;&#012;&lt;/div&gt;&#012;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#012;&lt;p id="button"&gt;&lt;input type="button" value="Show FPS games" /&gt;&lt;br /&gt;&lt;/p&gt;&#012;&lt;div class="games"&gt;&#012;&lt;/div&gt;&#012;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#012;&lt;p id="button"&gt;&lt;input type="button" value="Show Action games" /&gt;&lt;/p&gt;&#012;&lt;div class="games"&gt;&#012;&lt;/div&gt;&#012;&lt;/div&gt;&#012; &#012;&lt;div id="footer"&gt;&#012;&lt;/div&gt;&#012;&lt;/body&gt;&#012;&lt;/html&gt;&#012;</textarea><!--end code block--><br>JavaScript File<br><textarea name="code" class="javascript" cols=50 rows=10>/*Games*/&#012; &#012;$(document).ready(function(){&#012;$('.games').hide();//Hides all the games function&#012; &#012;$('#button').toggle(&#012;function(){&#012;$(this).next('.games').fadeIn();&#012;},&#012; &#012;function(){&#012;$(this).next('.games').fadeOut();&#012;}&#012;);&#012;});&#012;</textarea><!--end code block--><br>Can someone help out?<br><br><small>--<br>-Ashke</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,23270237</guid>
<pubDate>Sat, 31 Oct 2009 10:47:41 EDT</pubDate>
</item>

</channel>
</rss>
