<?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: Animated navigation items using&#160;jQuery</title>
	<atom:link href="http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/</link>
	<description>Web design &#38; development and print design services located in The Gap, Brisbane</description>
	<pubDate>Tue, 06 Jan 2009 12:15:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Faulds</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-1841</link>
		<dc:creator>John Faulds</dc:creator>
		<pubDate>Thu, 18 Dec 2008 03:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-1841</guid>
		<description>Unfortunately, I don't know enough about how Ajaxify works to suggest a solution.</description>
		<content:encoded><![CDATA[<p>Unfortunately, I don&#8217;t know enough about how Ajaxify works to suggest a solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth Henderson</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-1840</link>
		<dc:creator>Kenneth Henderson</dc:creator>
		<pubDate>Thu, 18 Dec 2008 02:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-1840</guid>
		<description>I think it could be possible... currently the content div is just named ID="content" on every page that is loaded. So for instance, the way Ajaxify works... I have my index.html page. I have my menu:
&#124; Home &#124; About &#124; Services &#124; Contact &#124;

The content of home.html and index.html are identical, and each page has complete info for that page so that is can break down easily if Javascript is off. But when JS is on, Ajaxify looks for the "content" div of the file being loaded and loads only the contents of the content div.

In your code, it's looking for the ID of the body tag, but perhaps it could be altered to look for the first part of the file name being loaded or perhaps a class on each menu button that would tell the script which page is being loaded and then add an "active" class to the coresponding menu button...while removing the "active" class to any buttons that previously had the class. I'm just not versed enough in jQuery to do this easily... I will look through some other codes to see if I can understand how this might be accomplished.</description>
		<content:encoded><![CDATA[<p>I think it could be possible&#8230; currently the content div is just named ID=&#8221;content&#8221; on every page that is loaded. So for instance, the way Ajaxify works&#8230; I have my index.html page. I have my menu:<br />
| Home | About | Services | Contact |</p>
<p>The content of home.html and index.html are identical, and each page has complete info for that page so that is can break down easily if Javascript is off. But when JS is on, Ajaxify looks for the &#8220;content&#8221; div of the file being loaded and loads only the contents of the content div.</p>
<p>In your code, it&#8217;s looking for the ID of the body tag, but perhaps it could be altered to look for the first part of the file name being loaded or perhaps a class on each menu button that would tell the script which page is being loaded and then add an &#8220;active&#8221; class to the coresponding menu button&#8230;while removing the &#8220;active&#8221; class to any buttons that previously had the class. I&#8217;m just not versed enough in jQuery to do this easily&#8230; I will look through some other codes to see if I can understand how this might be accomplished.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Faulds</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-1839</link>
		<dc:creator>John Faulds</dc:creator>
		<pubDate>Thu, 18 Dec 2008 01:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-1839</guid>
		<description>Presumably each piece of content has its own ID? Can you add a class to the menu unordered list or its container based on the ID of each individual item?</description>
		<content:encoded><![CDATA[<p>Presumably each piece of content has its own ID? Can you add a class to the menu unordered list or its container based on the ID of each individual item?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth Henderson</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-1837</link>
		<dc:creator>Kenneth Henderson</dc:creator>
		<pubDate>Thu, 18 Dec 2008 01:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-1837</guid>
		<description>Ah... Got it! So here's what I am trying to do... I am loading page content dynamically into a  using the jQuery plug-in Ajaxify. All of the content is loaded into a  div. Therefore in this case my menu remains while the content changes. Is there a way (I'm sure there is) to update the menu dynamically when the contents change... since the body tag never changes I am assuming that it would require looking for an ID tag within the  div. Any thoughts?</description>
		<content:encoded><![CDATA[<p>Ah&#8230; Got it! So here&#8217;s what I am trying to do&#8230; I am loading page content dynamically into a  using the jQuery plug-in Ajaxify. All of the content is loaded into a  div. Therefore in this case my menu remains while the content changes. Is there a way (I&#8217;m sure there is) to update the menu dynamically when the contents change&#8230; since the body tag never changes I am assuming that it would require looking for an ID tag within the  div. Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Faulds</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-1834</link>
		<dc:creator>John Faulds</dc:creator>
		<pubDate>Wed, 17 Dec 2008 21:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-1834</guid>
		<description>Because the active link is set by an ID on the body tag. If the links actually went somewhere to different pages, there'd be a different ID on each one and the active link would change, but because you're always on the same page, the body ID never changes. I suppose I could've added to the javascript to change the body ID dynamically for demonstration purposes, but it wouldn't be required in a real environment, so it's better left out.</description>
		<content:encoded><![CDATA[<p>Because the active link is set by an ID on the body tag. If the links actually went somewhere to different pages, there&#8217;d be a different ID on each one and the active link would change, but because you&#8217;re always on the same page, the body ID never changes. I suppose I could&#8217;ve added to the javascript to change the body ID dynamically for demonstration purposes, but it wouldn&#8217;t be required in a real environment, so it&#8217;s better left out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth Henderson</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-1833</link>
		<dc:creator>Kenneth Henderson</dc:creator>
		<pubDate>Wed, 17 Dec 2008 19:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-1833</guid>
		<description>oops! I meant Dave not Mark... I know a Mark Shea and I confused the two... my bad!</description>
		<content:encoded><![CDATA[<p>oops! I meant Dave not Mark&#8230; I know a Mark Shea and I confused the two&#8230; my bad!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth Henderson</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-1832</link>
		<dc:creator>Kenneth Henderson</dc:creator>
		<pubDate>Wed, 17 Dec 2008 19:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-1832</guid>
		<description>John, Very Nice work... I like the improvements you made to Mark's example. I am wondering though why the Home button remains in the selected mode...on both yours and Marks. Is there a reason for that? I would like it if the only button in the "selected" or "active" mode was the actual button selected. Of course the Home button should be selected by default when the page first loads. Am I missing something?

Thanks Again!</description>
		<content:encoded><![CDATA[<p>John, Very Nice work&#8230; I like the improvements you made to Mark&#8217;s example. I am wondering though why the Home button remains in the selected mode&#8230;on both yours and Marks. Is there a reason for that? I would like it if the only button in the &#8220;selected&#8221; or &#8220;active&#8221; mode was the actual button selected. Of course the Home button should be selected by default when the page first loads. Am I missing something?</p>
<p>Thanks Again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: die Woche im kurzen Abriss - cold-heat.de</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-1665</link>
		<dc:creator>die Woche im kurzen Abriss - cold-heat.de</dc:creator>
		<pubDate>Fri, 10 Oct 2008 15:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-1665</guid>
		<description>[...] Buttons zu animieren. Nico hat hier ebenfalls ein kleines Tutorial geschrieben. Viele andere bieten ähnliche Lösungen an. Mich erinnert es an meine allerersten Versuche im Web, als Flash noch für [...]</description>
		<content:encoded><![CDATA[<p>[...] Buttons zu animieren. Nico hat hier ebenfalls ein kleines Tutorial geschrieben. Viele andere bieten ähnliche Lösungen an. Mich erinnert es an meine allerersten Versuche im Web, als Flash noch für [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haries</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-1641</link>
		<dc:creator>haries</dc:creator>
		<pubDate>Sun, 28 Sep 2008 16:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-1641</guid>
		<description>Hi, nice post</description>
		<content:encoded><![CDATA[<p>Hi, nice post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B豚の備忘録</title>
		<link>http://www.tyssendesign.com.au/articles/animated-navigation-items-using-jquery/comment-page-1/#comment-1636</link>
		<dc:creator>B豚の備忘録</dc:creator>
		<pubDate>Wed, 24 Sep 2008 13:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=198#comment-1636</guid>
		<description>[...]その他のjQuiryとかCSSを使ったアニメーション効果色々。Animated navigation items using jQuery[tyssendesign.com.au][...]</description>
		<content:encoded><![CDATA[<p>[...]その他のjQuiryとかCSSを使ったアニメーション効果色々。Animated navigation items using jQuery[tyssendesign.com.au][...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
