Hi guys, I released 0.1 of jQuery.Accessible. As the version number indicates, it's far from being functional. It should be taken more like a demo. My intention is to gather all those small snippets you see over the net to improve accessibility using javascript, and run them automatically inside the plugin. Many accessibility issues cannot be solved with Javascript, basically because they actually appear when JS is disabled. So I also added a set of "recommendations" I found in accessibility pages, and made a small engine to to test if these recommendations are implemented in the calling page.
I'm not an accessibility expert, and I'd really like this plugin to be more of a collaborative thing, where people suggest fixes/ recommendations and we eventually get a useful plugin that transparently makes your site much more accessible. I hope some get interested by this subject, any help is more than welcomed. I can be found at aflesler(at)gmail(dot)com, Thanks! :) The plugin is located at http://plugins.jquery.com/project/Accessible. The source files include many links for further reading, Ariel Flesler