Tab select event bug in 1.5
$('.nav').tabs({
'select': function(ui) {
console.log('select');
}
});
In 1.5rc1 the above fired every time you selected a tab. In 1.5 it
only fires the first time.
jQuery told me to post here on Twitter... it was a little creepy.