The title might be a bit misleading, but I don’t know how else to explain it.
Basically I’m at this URL:
www.mysite.com/shop/6-dresses#filter=[manufacturer:4]
And I want to make a link that would change it to
www.mysite.com/shop/6-dresses#filter=[manufacturer:5]
(e.g. like <a href="www.mysite.com/shop/6-dresses#filter=[manufacturer:5]"></a>)
But it doesn’t seem to load unless I click on it and refresh the page after.
Is there anyway I can alter the link code so that it forces to reload the page fully?
You’ll have all you need here : https://developer.mozilla.org/en/window.location#Methods