Home arrow JavaScript arrow Easing jQuery Plug-In: Fixing Access Issues with Progressive Enhancement
JAVASCRIPT

Easing jQuery Plug-In: Fixing Access Issues with Progressive Enhancement


In this third installment of a series, I demonstrate how the proper use of Progressive Enhancement can be of great help in increasing the accessibility of the sample navigation bar built previously. Implementing this approach means that the bar will remain completely functional even if JavaScript is disabled on the browser.

Author Info:
By: Alejandro Gervasio
Rating:  stars stars stars stars stars / 0
August 04, 2010
TABLE OF CONTENTS:
  1. · Easing jQuery Plug-In: Fixing Access Issues with Progressive Enhancement
  2. · Review: the previous sample navigation bar
  3. · Using Progressive Enhancement to make the navigation bar more accessible
  4. · The revamped version of the navigation bar

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Easing jQuery Plug-In: Fixing Access Issues with Progressive Enhancement
(Page 1 of 4 )

In case the name doesn’t ring any bells for you, let me point you quickly in the right direction: the Easing plug-in is a useful jQuery extension that allows you to expand the range of easing effects that can be used with the library’s “animate()” method. Needless to say, the plug-in can be utilized in multiple and varied scenarios to animate different web page elements in a truly unobtrusive way.

It’s fair to stress, however, that one typical case where the plug-in yields impressive results is in the construction of animated -- yet accessible -- user interfaces. Obviously, this includes the omnipresent navigation bars. To demonstrate how simple it is to create a bar like this by using the functionality of Easing, in the two previous parts of this series I showed how to accomplish this in a step-by-step fashion, starting with the definition of the bar’s markup and visual presentation, and then implementing the animated behavior of its subsections.

At this point, I could take a deep breath, relax and congratulate myself for building such a cool navigation bar! Well, unfortunately, things are not that simple, since the current version of the bar won’t display its subsections if JavaScript is disabled on the browser. That’s not the desired result, especially in terms of accessibility, right?

The good news is that this issue can be fixed quickly, thanks to the use of Progressive Enhancement. Simply put, the implementation of this methodology will permit you to build an enhanced (read: animated) version of the links bar via the plug-in. But even if scripting is turned off, the bar will remain entirely functional, of course without all of its bells and whistles.

So, are you ready to learn the full details of this redesign process? Then begin reading right now!


blog comments powered by Disqus
JAVASCRIPT ARTICLES

- More Top jQuery Plugins for Menus
- Top jQuery Tutorials for Beginners
- New UI Framework and SDK for JavaScript Rele...
- JavaScript OpenPGP Tool, Node.js 0.6.3 Avail...
- Yahoo Releases Cocktails Language and Develo...
- Customizing jQuery Slideshows: Dynamic Contr...
- Customizing jQuery Slideshows: the animate()...
- Customizing jQuery Slideshows: slideUp() and...
- Customizing jQuery Slideshows: hide() and sh...
- Web Workers: Performing Calculations in Para...
- More Top JavaScript Frameworks and Libraries
- More Dynamic jQuery Styling Techniques
- The Top JavaScript Libraries
- The Top JavaScript Frameworks
- Dynamic jQuery Styling

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 8 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials