<script type="text/javascript">
$(function(){
$("#downloadchartsright .chartstitleopt,#downloadchartsleft .chartstitleopt").click(function(){
$(this).siblings().removeClass('underline').end().addClass('underline');
});
})
</script>
For example, click “today’s ranking”, “this week’s ranking” and “this month’s ranking” to display the bottom underline. You can show the hidden style through the above jquery code.