[jQuery] newbie question: how to set location to a target in a way that is supported by i.e. and safari?
Hi
can jquery help with the followng problem?
If, in conventional javascript, I have a function
goToAnchor(){
href.location="#blah"
}
and call it by <body onLoad="goToAnchor()">
then it works fine in i.e. and firefox but causes safari to endlessly
load the page - see (http://www.s-seven.net/safari_bug.html#h_value6)
I'd been hoping that jquery had a function which could handle this,
but haven't found it - sorry if its obvious (I hope it is :))
Many thanks
Ron