dep
01-18-2006, 08:31 PM
hello. i have a table like this, created dynamically
| a | jan | 129 |
| s | jan | 302 |
| r | jan | 293 |
| w | feb | w92 |
.
.
.
.
.
| e | mar | 283 |
What i need to do, with javascript and DOM is when the month changes (at an unset interval) to make a solid line.
Now I know how to make the line. What I don't know is the best way to check if the month is a new month or not.
Any ideas?
dep
| a | jan | 129 |
| s | jan | 302 |
| r | jan | 293 |
| w | feb | w92 |
.
.
.
.
.
| e | mar | 283 |
What i need to do, with javascript and DOM is when the month changes (at an unset interval) to make a solid line.
Now I know how to make the line. What I don't know is the best way to check if the month is a new month or not.
Any ideas?
dep