[jQuery] Re: Fire history/remote from actual DIV

2008-02-06 Thread frizzle
Crap! Kind of makes sense, should have thought of that myself. I'm building a file manager, and noticed that while browsing the browser's back/forward buttons are really needed. I guess i'll just use real page requests, and just use Jquery in some smaller functionalities on the pages... Thanks ag

[jQuery] Re: Fire history/remote from actual DIV

2008-02-06 Thread Klaus Hartl
On Feb 6, 1:59 pm, frizzle <[EMAIL PROTECTED]> wrote: > Hi Klaus, > > Thanks for your reply, the links are "re-indexed", > too bad the back/forward of the browser is broken now... > Could this be, because the links with the appropriate title that's > requested in the URL > isn't actually on the pa

[jQuery] Re: Fire history/remote from actual DIV

2008-02-06 Thread frizzle
Hi Klaus, Thanks for your reply, the links are "re-indexed", too bad the back/forward of the browser is broken now... Could this be, because the links with the appropriate title that's requested in the URL isn't actually on the page anymore... ? Thanks, Frizzle. On Feb 6, 12:27 pm, Klaus Hartl

[jQuery] Re: Fire history/remote from actual DIV

2008-02-06 Thread Klaus Hartl
On Feb 5, 9:55 pm, frizzle <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm using Klaus' History/Remote plugin for Jquery. > I have the JS included, and the script looks like this: > >   >     $(function() { >       $('a.remote').remote('#files', function() { >         if (window.console && window.co