Post-active state for links

1 · Evan Hahn · March 13, 2012, 5 a.m.
In a 24 Ways article, Chris Sealey talks about a post-active state for links, which is something I really like. Basically, you use some JavaScript to add a CSS class to links after you click them. This, then, allows you to style these links -- for example, you can add a loading indicator. A demo can be seen here. Very cool subtle design idea....