我想用角度Js改变按钮的颜色,当第一次点击按钮时,它应该改变颜色,第二次点击时,它应该转到默认颜色并重复它
<script>
function setColor(btn, color){
var count=2;
var property = document.getElementById(btn);
if (count == 0){
property.style.backgroundColor = "#FFFFFF"
count=1;
}
else{
pro
有人知道当我专注于蚂蚁设计时,如何改变它的无线电输入吗?我想改变边框的颜色,但我似乎找不到答案。 https://codesandbox.io/s/zen-ride-cxvne?file=/index.js 我在我的代码中有完全相同的收音机,当我选择它时,我只需要改变边框颜色。尝试执行此页面上的How to change radio button color in ant design?操作,但不起作用。
function color(){
var color = "#"
for(var i = 0; i<6; i++){
color += Math.floor((Math.random()*16)).toString(16);
};
document.getElementsByTagName('body')[0].style.backgroundColor = color;
}
function change(){
setInterval(color(), 1000);
}
<!DOCTYPE html>
<html&
我需要能够改变一个按钮的颜色和文本的一些东西,而不是默认的。
<button id="partyTimeButton">Party Time!</button>
JS
var partyEvent = function()
{
if (partyBtn < 0)
{
partyBtn = new Date().getHours();
partyBtn = "Party Over";
// text in the button should read "Part