<?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"
	>
<channel>
	<title>Comments on: How to Maintain Accessibility When Using jQuery</title>
	<atom:link href="http://evanmeagher.net/2008/03/how-to-use-maintain-accessibility-when-using-jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://evanmeagher.net/2008/03/how-to-use-maintain-accessibility-when-using-jquery</link>
	<description>Pragmatic design and tech</description>
	<pubDate>Sat, 05 Jul 2008 18:42:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Evan</title>
		<link>http://evanmeagher.net/2008/03/how-to-use-maintain-accessibility-when-using-jquery#comment-129</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Mon, 07 Apr 2008 17:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://evanmeagher.net/2008/03/how-to-use-maintain-accessibility-when-using-jquery#comment-129</guid>
		<description>@Ruby
I'm not sure. Try asking the Google group that David Bolter posted. The people there seem to be a great resource for this kind of thing.</description>
		<content:encoded><![CDATA[<p>@Ruby<br />
I&#8217;m not sure. Try asking the Google group that David Bolter posted. The people there seem to be a great resource for this kind of thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby</title>
		<link>http://evanmeagher.net/2008/03/how-to-use-maintain-accessibility-when-using-jquery#comment-128</link>
		<dc:creator>Ruby</dc:creator>
		<pubDate>Mon, 07 Apr 2008 12:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://evanmeagher.net/2008/03/how-to-use-maintain-accessibility-when-using-jquery#comment-128</guid>
		<description>Any idea how to make this really accessible so that it can interact with the keyboard? In other words, so that a site visitor who is unable to use a mouse can tab into the menu and select items via keyboard?</description>
		<content:encoded><![CDATA[<p>Any idea how to make this really accessible so that it can interact with the keyboard? In other words, so that a site visitor who is unable to use a mouse can tab into the menu and select items via keyboard?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Bolter</title>
		<link>http://evanmeagher.net/2008/03/how-to-use-maintain-accessibility-when-using-jquery#comment-119</link>
		<dc:creator>David Bolter</dc:creator>
		<pubDate>Thu, 20 Mar 2008 14:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://evanmeagher.net/2008/03/how-to-use-maintain-accessibility-when-using-jquery#comment-119</guid>
		<description>Nice post. Thought you might be interested in joining our growing jQuery accessibility community: http://groups.google.com/group/jquery-a11y
cheers,
D</description>
		<content:encoded><![CDATA[<p>Nice post. Thought you might be interested in joining our growing jQuery accessibility community: <a href="http://groups.google.com/group/jquery-a11y" rel="nofollow">http://groups.google.com/group/jquery-a11y</a><br />
cheers,<br />
D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan</title>
		<link>http://evanmeagher.net/2008/03/how-to-use-maintain-accessibility-when-using-jquery#comment-118</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Thu, 20 Mar 2008 02:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://evanmeagher.net/2008/03/how-to-use-maintain-accessibility-when-using-jquery#comment-118</guid>
		<description>Cool. Thanks for the tip, David. That could be used to solve many more problems other than accordion, too. I'll have to play around with it some.</description>
		<content:encoded><![CDATA[<p>Cool. Thanks for the tip, David. That could be used to solve many more problems other than accordion, too. I&#8217;ll have to play around with it some.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://evanmeagher.net/2008/03/how-to-use-maintain-accessibility-when-using-jquery#comment-116</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 19 Mar 2008 22:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://evanmeagher.net/2008/03/how-to-use-maintain-accessibility-when-using-jquery#comment-116</guid>
		<description>One simple way to maintain degradability is to make a habit of switching classes before turning on the jQuery, f.ex:

&lt;code&gt;
$('ul.list_original').removeClass('list_original').addClass('list_jquery').doSomething(function() {
// jquery operations here
});
&lt;/code&gt;

This way, you can apply as many display:none to ul.list_jquery as you like since it will not affect the original list display.</description>
		<content:encoded><![CDATA[<p>One simple way to maintain degradability is to make a habit of switching classes before turning on the jQuery, f.ex:</p>
<p><code><br />
$('ul.list_original').removeClass('list_original').addClass('list_jquery').doSomething(function() {<br />
// jquery operations here<br />
});<br />
</code></p>
<p>This way, you can apply as many display:none to ul.list_jquery as you like since it will not affect the original list display.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
