how to detect when i change a tab?

how to detect when i change a tab?

hi i have this script for make a list of tabs
there is a event for detect when the user change of tab ?

< script >

$( function () {
$( "#tabss"). tabs();
});
< / script >