Ajax Updates

Ajax Updates


Accessible with Jquery

Posted: 19 Aug 2009 05:32 AM PDT

* This plugin aims to be a collection of snippets that improve accessibility for websites.
* It also includes a set of “recommendations” coded as tests to improve accessibilty (even beyond javascript).
* These recommendations can be tested against a page, and get a summary of the results.

How to use it ?


* First add a call to jquery.js (duh!).
* Add jquery.accessible.js. This contains the engine for rules/fixes and a set of predefined ones.
* Right after this, you are ready to run the fixes by calling jQuery.accessible(). You can pass in a hash to specify, with the id and true or false, which ones to run.
IMPORTANT: don’t call this function inside document.ready, call it right away instead.

If you want to run the tests in your page:

* Add jquery.accessible.validator.js after jquery.accessible.js.
* Call jQuery.accessible.runTests(). (right away too)
* You can optionally indicate where to output the results, with a selector as first argument.



Demo: http://www.freewebs.com/flesler/jQuery.Accessible/
Download: http://plugins.jquery.com/files/jquery.accessible.zip
Source: http://www.freewebs.com/flesler/jQuery.Accessible/
tafbutton blue16 Accessible with Jquery

Related Listings:

  1. jQuery Bubbles Script This plugin adds bubbling functionality to jQuery. The code is...
  2. Accessible Charts with Canvas and jQuery Script Data visualization in HTML has long been tricky to achieve....
  3. jQuery.LocalScroll This plugin will animate a regular anchor navigation [1] [2].It...

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.