I am coming up dry with my searches all morning for a starting place with this. I will throw out a very rough example of what I am looking to do.
I want a div populated with cumulative id elements from previously visited pages within the site. Think recently viewed products @amazon for instance.
So I want to grab 2 elements for each previously viewed page and throw them into a #div via an ajax request. I am a jquery cobbler and can do OK with some sort of starting place but I am coming up dry on starting places with this one.
So my recent #div will fetch #recent-title and #recent-image from say the last five visited pages.
Any direction is graciously appreciated.