This is a simple (351 bytes gzipped) jQuery plugin that transforms regular HTML-containers, such as divs, into clickable elements that acts almost as an anchor; with support for status bar information, focus/blur, target (_blank etc.) and more.
The setup is easy and users without JavaScript will still be able to use your site. See the examples listed below for configuration and setup.
Works in all modern browsers... and in IE6+.
$('.box.simple').clickable();
Clicking on this box will act as clicking on the "Read More"-link in the bottom of this box.
Read more$('.make-clickable').clickable('a.clickable-target');