[jQuery] [jquery][jssm] Help with jssm hash rewrite please (history plugin)

[jQuery] [jquery][jssm] Help with jssm hash rewrite please (history plugin)


I'm trying to set up my ajax site to use jssm ( http://trac.nathanhammond.com/jssm/
) for history-management. It's working pretty well - history is
preserved and links are bookmarkable.
But it is doing some weird stuff with the href rewrite.
For foo.aspx?page=1 it is replacing that with foo.aspx#foo.aspx?
page=1$rid=1
I don't understand why it needs to repeat the foo.aspx part after the
hash, it's pretty gross looking. Is there any way around this? The
documentation for jssm is pretty thin...