This question is locked. New answers and comments are not allowed.
Hello ,
I need to rebind selected tab from javascript :
I try like this :
var tabstrip = $("#TabStrip").data("tTabStrip");
var tab=$('a.t-link', '.t-tabstrip-items')[3];
tab.rebind();
But it is not ok : First : How I get the selected tab .. not the 3 tab
Second : How to rebind , refresh ?
I need to rebind selected tab from javascript :
I try like this :
var tabstrip = $("#TabStrip").data("tTabStrip");
var tab=$('a.t-link', '.t-tabstrip-items')[3];
tab.rebind();
But it is not ok : First : How I get the selected tab .. not the 3 tab
Second : How to rebind , refresh ?