matthewhall / matt-tabs

A simple jQuery plugin for creating tabbed interfaces.
Do What The F*ck You Want To Public License
6 stars 4 forks source link

onTabSelect callback function misfiring #2

Closed matthewhall closed 12 years ago

matthewhall commented 12 years ago

The "onTabSelect" callback function fires even when the selected tab doesn't change.

Clicking a tab menu item multiple times fires the function repeatedly. Correct behaviour should be the callback should only fire if the selected tab has changed from one to another.