the plugin will not scrollTo to the define anchor:
$.address.externalChange(function(event){
one=event.value.split("/");
if(one[1]==""){
$.address.value("default");
}
$.scrollTo("#"+one[1]+"" , 1000, { offset:-210})
})
problem happens when i reload the page, only in chrome and safari.
R.