Change table's labels dynamically

Hi everyone,

I have a form where I show the sales of six months, the current month and the past 4 months.

The issue is that I need to change the label of each column based on the current month and the others, is this possible?

Thanks!

[QUOTE=cosa83;38585]Hi everyone,

I have a form where I show the sales of six months, the current month and the past 4 months.

The issue is that I need to change the label of each column based on the current month and the others, is this possible?

Thanks![/QUOTE]

Yes with jquery. Basiclly you have to use $(selector).text(“January”) JavaScript codewhere selector is I’d/class of the label.

Idea is the same like this post
http://www.scriptcase.net/forum/showthread.php?8521-Menu-label-macro&p=34502&viewfull=1#post34502

Thanks for your answer, worked perfectly!