<?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: jQuery Highlight Navigation Menu v.02 Script</title>
	<atom:link href="http://www.onerutter.com/jquery/jquery-highlight-navigation-menu-v02-script.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.onerutter.com/open-source/jquery/jquery-highlight-navigation-menu-v02-script.html</link>
	<description>Designer, CSS/XHTML Expert, ActionScript 3, Magento Developer</description>
	<lastBuildDate>Tue, 07 Feb 2012 03:39:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: raj</title>
		<link>http://www.onerutter.com/open-source/jquery/jquery-highlight-navigation-menu-v02-script.html/comment-page-1#comment-21409</link>
		<dc:creator>raj</dc:creator>
		<pubDate>Tue, 25 Aug 2009 09:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/?p=239#comment-21409</guid>
		<description>one more solution from my side
jQuery(document).ready(function(){
var file_name = document.location.href;
var end = (file_name.indexOf(&quot;?&quot;) == -1) ? file_name.length : file_name.indexOf(&quot;?&quot;);
jQuery(&quot;a[href=&#039;&quot; + file_name.substring(file_name.lastIndexOf(&quot;/&quot;)+1, end) + &quot;&#039;]&quot;).addClass(&quot;selected&quot;);
 }); </description>
		<content:encoded><![CDATA[<p>one more solution from my side<br />
jQuery(document).ready(function(){<br />
var file_name = document.location.href;<br />
var end = (file_name.indexOf(&quot;?&quot;) == -1) ? file_name.length : file_name.indexOf(&quot;?&quot;);<br />
jQuery(&quot;a[href=&#039;&quot; + file_name.substring(file_name.lastIndexOf(&quot;/&quot;)+1, end) + &quot;&#039;]&quot;).addClass(&quot;selected&quot;);<br />
 });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raj</title>
		<link>http://www.onerutter.com/open-source/jquery/jquery-highlight-navigation-menu-v02-script.html/comment-page-1#comment-21408</link>
		<dc:creator>raj</dc:creator>
		<pubDate>Tue, 25 Aug 2009 07:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/?p=239#comment-21408</guid>
		<description>I have an issue with the script. In IE6, the script is not working. How to solve it ? </description>
		<content:encoded><![CDATA[<p>I have an issue with the script. In IE6, the script is not working. How to solve it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sid</title>
		<link>http://www.onerutter.com/open-source/jquery/jquery-highlight-navigation-menu-v02-script.html/comment-page-1#comment-21405</link>
		<dc:creator>sid</dc:creator>
		<pubDate>Tue, 25 Aug 2009 06:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/?p=239#comment-21405</guid>
		<description>This is not working in IE 6, pls tell how to make it work in IE6 </description>
		<content:encoded><![CDATA[<p>This is not working in IE 6, pls tell how to make it work in IE6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous Coward</title>
		<link>http://www.onerutter.com/open-source/jquery/jquery-highlight-navigation-menu-v02-script.html/comment-page-1#comment-20874</link>
		<dc:creator>Anonymous Coward</dc:creator>
		<pubDate>Wed, 05 Aug 2009 15:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/?p=239#comment-20874</guid>
		<description>This works great if there already is no class attribute set. But my link already has an attribute. For example class=&quot;someclass&quot;, and this snippet doesn&#039;t make it class=&quot;someclass selected&quot;, which is what I want. Would that be possible? This snippet was great help for me and I am not very fluent in javascript. </description>
		<content:encoded><![CDATA[<p>This works great if there already is no class attribute set. But my link already has an attribute. For example class=&quot;someclass&quot;, and this snippet doesn&#039;t make it class=&quot;someclass selected&quot;, which is what I want. Would that be possible? This snippet was great help for me and I am not very fluent in javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vlp</title>
		<link>http://www.onerutter.com/open-source/jquery/jquery-highlight-navigation-menu-v02-script.html/comment-page-1#comment-20712</link>
		<dc:creator>vlp</dc:creator>
		<pubDate>Fri, 31 Jul 2009 09:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/?p=239#comment-20712</guid>
		<description>I found this solution to my previous comment -
jQuery(document).ready(function(){
             var path = location.pathname;
 if(location.pathname != &quot;/&quot;) {
jQuery(&quot;a[href$=&#039;&quot; + path + &quot;&#039;]&quot;).addClass(&quot;current&quot;);
} else $(&#039;#menu a:eq(1)&#039;).addClass(&#039;current&#039;);
}); </description>
		<content:encoded><![CDATA[<p>I found this solution to my previous comment &#8211;  </p>
<p>jQuery(document).ready(function(){<br />
             var path = location.pathname;<br />
 if(location.pathname != &quot;/&quot;) {<br />
jQuery(&quot;a[href$=&#039;&quot; + path + &quot;&#039;]&quot;).addClass(&quot;current&quot;);<br />
} else $(&#039;#menu a:eq(1)&#039;).addClass(&#039;current&#039;);<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vlp</title>
		<link>http://www.onerutter.com/open-source/jquery/jquery-highlight-navigation-menu-v02-script.html/comment-page-1#comment-20710</link>
		<dc:creator>vlp</dc:creator>
		<pubDate>Fri, 31 Jul 2009 08:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/?p=239#comment-20710</guid>
		<description>Hi, thanks for the script, I just have one problem. On the homepage all the menu items get class selected...how to select just &quot;Home&quot;?  </description>
		<content:encoded><![CDATA[<p>Hi, thanks for the script, I just have one problem. On the homepage all the menu items get class selected&#8230;how to select just &quot;Home&quot;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lorenzo</title>
		<link>http://www.onerutter.com/open-source/jquery/jquery-highlight-navigation-menu-v02-script.html/comment-page-1#comment-20623</link>
		<dc:creator>lorenzo</dc:creator>
		<pubDate>Mon, 27 Jul 2009 21:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/?p=239#comment-20623</guid>
		<description>are you using superfish or?
I&#039;d like to see some source files.
Thanks! </description>
		<content:encoded><![CDATA[<p>are you using superfish or?<br />
I&#039;d like to see some source files. </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

