See the code below. Code used in an ASP.NET MVC application. When I arrive on the page, no problem, I see the first tab content. I click on the second tab, I see the content of this second tab. I return to the first tab still no problem but when I try to go again on the second that's not work, I stay on the first tab.
The $.post work and return the right value but the first tab stay active.
Could you help me ?
Thanks,