Here is the scenario I am trying to deal with currently:

I have a link that looks like:

<a href="#" onClick="$.Content_Home();">Some Link</a>

All the url links in this site look like this...onclick overrides.

What I need to do is ensure that when a user clicks back, the actual
prior jQuery function is called, and not the entire page.

I tried the history plugin, and can not seem to get it to pick this
kind of thing up. Anyone with direct experience on this kind of thing,
please chime in with some suggestions.

Reply via email to