Select a newly created ajax tab?
I am using tabs3 and wondered how to chain in a select on a newly
created ajax tab?
If I specify the id, then I can easily do this...
$('#right-body > ul').tabs('add', ' '#tab-'+tid, 'Ticket
'+tid).tabs('select', '#tab-'+tid);
but I cannot do this with ajax style since I do not know how to get
the id of the newly created tab?
How would I get this?