Structural Rules

Title elements become tab labels.

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

Save to Hash

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

JavaScript

		$('.region').tab({
			statusHashTemplate: 'tab='
		});