On 7 Okt., 17:50, Leanan <[EMAIL PROTECTED]> wrote: > All right... > > I've found a solution to the problem, though it is not the solution I > had hoped for. > > I basically had to do a $.getscript and generate script that had a $ > (selector).history(....) for each link. Not ideal, but it works. I > do wonder though if I was doing something wrong in my calls to make it > so that > > $('a.stuff').history(function() { > console.info(this); > )}; > > was returning this as Window index.html instead of the object for the > link. Is this a bug or just user error?
That was a bug, which is fixed now. --Klaus