I wan\'t to change the background color of a div dynamicly using the following HTML, CSS and javascript. HTML:
10条回答 我在风中等你 (楼主) 2020-12-10 01:37 Always keep things easy and simple by creating a class .bcolor{ background:#F00; } THEN USE THE addClass() & removeClass() to finish it up 0 讨论(0) 查看其它10个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Always keep things easy and simple by creating a class
.bcolor{ background:#F00; }
THEN USE THE addClass() & removeClass() to finish it up