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.

link|improve this question

75% accept rate
mu is too short, thanks for your contribution, awesome. – tree Jun 12 '11 at 10:47
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.