i can not find it on documentation about "onBeforeSelect" for tab , maybe you forget this one
but it seems not working..
tries to put in console log, but no one output out..
Code:
onBeforeSelect: function(title,index){
console.log(title);
console.log(index);
}