Diego Correa
Diego Correa

Reputation: 777

How to re-input an AJAX request on press back button in the browser?

I have a search that returns an AJAX(MVC AJAX Form) grid, and, in the grid there is a "details" button. When I press "back" I want to return the page with the returned results(that are loaded via AJAX after the page has open).

How can I do that? Using ASP.NET MVC AJAX or Jquery?

Upvotes: 0

Views: 488

Answers (1)

gblazex
gblazex

Reputation: 50109

You may need a back button plug-in for jQuery.

Upvotes: 1

Related Questions