[jQuery] Little update for History plugin

[jQuery] Little update for History plugin


All,
I've put very little work into the History plugin.
In detail, I have improved and documented the history() method and I've
added another intergration example to the demo page.
You can now do:
$('a.history').history(function {
// attach a click handler
});
Such a click handler will add to history...
http://stilbuero.de/jquery/history/
--Klaus