Skip to content

Instantly share code, notes, and snippets.

@iksela
Created February 22, 2011 15:04
Show Gist options
  • Select an option

  • Save iksela/838803 to your computer and use it in GitHub Desktop.

Select an option

Save iksela/838803 to your computer and use it in GitHub Desktop.
$("#tabs").tabs({
show: function(ui, event) {
ttInstances = TableTools.fnGetMasters();
for (i in ttInstances) {
if (ttInstances[i].that.fnResizeRequired()) ttInstances[i].that.fnResizeButtons();
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment