I have a search form that I want the results to return to me with ajax in a single sector without loading the whole page.
I'm using the function $.get()
of Jquery, but the problem would be that when I return the results of the search and want to go to the content I would not have the results when I went back.
Since you do not put the parameters in the url when you use $.get()
of jquery
How could I implement a solution to this?