Fantastic, thank you.

Where might I be able to get this?

Also, it seems sometimes that even though I'm using

$('a#myidxxx').history(function() {
  $.get(myurl,function(data) {
     $(myappenddiv).append(data);
  });
});

that the data is still getting appended twice.

This doesn't happen all the time though.  I'll try using your fix if I
can find it and see if that might take care of the issue.  Right now
this is only in firefox, as I haven't been able to get my stuff to
work to the point of calling the .history in IE.  (I hate how IE just
fails silently sometimes).

Reply via email to