search for: dhtmlhistory

Displaying 2 results from an estimated 2 matches for "dhtmlhistory".

2008 Feb 21
1
Using Really Simple History on Rails
...ing in rails. I''ve got this history content up etc, but I am a bit lost on how to capture the XHR response data from the Rails app to insert into the history. My understanding would be to have some way of grabbing the response data from the Rails app, inserting that into the history with dhtmlHistory.add(''PageName'', xhr_response_data) and then eval that data when my listener gets called with the back and forward buttons. I can make this work manually by doing something like this: var pageListener = function(newLocation, historyData) { eval(historyData); } and then: dhtml...
2006 Jan 12
12
Ajax Button Back function?
Hi Folks! I''m new in the forum and i have a doubt. The button back function with the Ajax on Rails? tks. -- Posted via http://www.ruby-forum.com/.