[jQuery] Re: History Plug-In

2008-12-16 Thread russellneufeld
Hi Olivier, Thanks for the response. So it looks like I include the jquery.history_remote.js file, call this in my $(document).ready() function: $.ajaxHistory.initialize(); but then what do I do next? I get a callback every time I update the table in my page with new content, so I tried add

[jQuery] Re: History Plug-In

2008-12-16 Thread Olivier Percebois-Garve
http://stilbuero.de/jquery/history/ What you want to do is ok, you'll just need to change the window.location.* hash* in the callback of your ajax request. On Tue, Dec 16, 2008 at 5:12 PM, russellneufeld wrote: > > Hi all, > > This question has been asked before but there weren't too many good