Hi,
On this site:
http://www.spinxo.com/
Names appear as links - e.g.:
If I click a link, the white star changes to orange.
If I inspect a clicked link with FireBug, the HTML changes to:
I am not sure how they go about doing that, as the update is instant, it doesn't look like any ajax stuff is going on in the background, but I could be wrong.
Any advice much appreciated
Thanks
On this site:
http://www.spinxo.com/
Names appear as links - e.g.:
Code:
<a href="...the link..." rel="nofollow" target="blank">Zesticleum</a>
If I inspect a clicked link with FireBug, the HTML changes to:
Code:
<a href="...the link..." rel="nofollow" target="blank" class="active">Zesticleum</a>
Any advice much appreciated
Thanks
Comment