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?

On Oct 7, 9:59 am, Leanan <[EMAIL PROTECTED]> wrote:
> I forgot to note that when I do a console.info(this) inside that
> function, I get the following in firebug:
>
> Window index.html

Reply via email to