i just solved the silly question myself.
you just have to add:

                var toLoad = href+' #ContentText';
                target.load(toLoad, function() {

instead of:
 target.load(href, function() {

into jquery.history.js around line 250.

but the bugs remain :(
greetings,
jascha

Reply via email to