What would be a call back method for adding a Ajax jQuery tab?
Example:
url ="a.jsp";
jQuery("#featur").tabs("add",url,"bio" , modul); // Add tab and content.
After response was ready I need to call one more method like changeTextArea().
How to do it?