Structural Rules

Title elements become tab labels.

Any rest contents until next title element become tab panel contents.

Save to localStorage

Save current active tab item information into localStorage, so that it could be kept after refresh.

JavaScript

$('.region').tab(fnSavePosition:..., fnLoadPosition:...);