Search code examples
jqueryjquery-tools

jQuery Tools - How do you use history plugin as a standalone?


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?


Solution

  • 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).