Reputation: 391
I have a TabScript and in the content of that TabScript I have a button. So when I click on the button it will redirect to the other page. But is there any way to make it just redirect in the content of the TabScript, not refresh the page?
Thanks!
Upvotes: 0
Views: 648
Reputation: 20203
When the buttons is clicked you can perform you own $.ajax request and set the result returned from the server to be the html of the contentElement.
Upvotes: 1