Problem with Tabs and ajax
I have a program thay use tabs with ajax, inside each tab I have a form dialog that saves data using ajax.
Fist time I submit the form it works ok but after that seems no refreshing ok the tab because the parameters of the form I submit are with empty values.
Both, tabs and $.ajax() has cache:false
Please help
Thanks