shinigaimi
New Member
I am making a simple calendar app in PHP and I want to change the \[code\]<td>\[/code\] block style depending on what the user does. But I want that when the "menuclick" class is on, the other classes stop working until I click another block. The previous block should be turned off as well. Thanks in advance.\[code\]echo'<td onclick=className="menuclick"; onmouseover=className="menuon"; onmouseout=className="menuoff";>' . $countDay++ . "</td>"\[/code\]