Hello,
I'm using jquery but I think this could be done with pure javascript. I have links like
[HTML]<div id="statisticst ype">
<a href="#statisti cs/day/type:songs">Son gs</a>
<a href="#statisti cs/day/type:albums">Al bums</a>
</div>[/HTML]
now before this I have an option to set range (day,month,year ). Now could I replace only "day" with something else?
I'm using jquery but I think this could be done with pure javascript. I have links like
[HTML]<div id="statisticst ype">
<a href="#statisti cs/day/type:songs">Son gs</a>
<a href="#statisti cs/day/type:albums">Al bums</a>
</div>[/HTML]
now before this I have an option to set range (day,month,year ). Now could I replace only "day" with something else?
Comment