Hi
i am having problem when try to change tab
the code below is working
$('#tabs').tabs('select', 1);
WORKING FINE
the code below
var nextTab=$('#nextTab').val();
$('#tabs').tabs('select', nextTab);
IS NOT WORKING
the nextTab vairiable is valid tab index
Its drive me crazy! What am i missing
Thanks