In the jQuery Tools demos and documentation, the history plugin is usually seen with tabs.
I looked at the documentation and it seems that there is no example for standalone use.
Any tips on how to use it?
You could dive into the jQuery hashchange plugin; it's a history plugin that works when the part after the hash (#
) changes. This way, you can fully customize it to your needs (without using tabs).