I want to reload the content of one Tab by clicking a button.
Here is the re-design of my problem in Fiddle: http://jsfiddle.net/NhTzt/
I don't know how to do that.
function clear(){
$("tabs-1").empty();
/* load new content */
}
Here is the API from jQuery UI Tabs http://api.jqueryui.com/tabs/ I didn't find a function that can serve my problem.
Thanks!