Rename Tab (Label)
Rename Tab (Label)
How to rename a tab?
$(document).ready(function(){
$(function(){
$('#tabs').tabs({
select: function(){
// RENAME TO 'Loading...'
},
load: function(event, ui){
// REAL NAME
}
});
});
});
Other Solution??
Topic Participants
rdwidmer
james.gp.lee