load page under tab dynamically
问题 I am using " tabs(content via ajax) using jQuery plugin." When I click on the tab, according to the URL given selected page loads inside its content. What I want is: I want to display another page under that same tab and remove the content of current page. In short, how can I redirect from loaded content page under tab to another page without refreshing or redirecting the main page which holds the tab structure? 回答1: I think the easiest way to do this is to make your ajax PHP script dynamic.