change of text in redirect page
when i click a tags with links in it redirects to different pages but
name of the country does not changes after it redirects to another page...
if i click the a tag with out the links the name of the country changes but it remains in the same page...
i am testing it in my local server where i am able to see the html structure...
so i couldn't show it in ths js fiddle...
how to fix the change of country name when it redirects to different pages....
in the rediect page i wanted to see the change of country name
<
a
rel
=
"en_CA"
class
=
"selectorCountries marginUnitedStates locale-link"
>
united states
</
a
>
<a rel="en_US" class="selectorCountries marginSecondCountry locale-link" href="http://www.teslamotors.com/en_CA">canada</a>
<a rel="en_BE" class="selectorCountries marginCanadaFrench locale-link">canada(french)</a>