Jump to content

Buscar Info Tabela


Klanxi

Recommended Posts

Boa noite,

Estou a fazer um bot para o discord para um jogo e estou aqui com algumas dificuldades porque a experiencia nao é a melhor..

É o seguinte, eu preciso que me mande na variavel "color" 3 coisas diferentes, ou melhor, me escreva na cor dependendo do innerHTML tiver "small", "medium" ou "large" escreva na variavel color "verde", "castanho" ou "vermelho".

Como posso fazer para essa variavel procurar uma das tres variaveis?

for (var i = 1, row; row = table.rows[i]; i++) {
  
    var color = row.cells[0].innerHTML.includes("small")
    var player = row.cells[0].innerText;
    var status = row.cells[1].innerText;

    if (status){ msg += "  " + color + " --->  " + player + "  ---->   " + status + "     \n" }
}

 

Obrigado pela ajuda.

Abraço

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.