Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

157
Visualizações
How can I achieve tab roving in element which is inside a parent element?

I am using tabRoving function on treeview image which is at the end part of parent node. I want to set the last selected element with tabindex=0 and rest of them to tabindex=-1 with the specific image id.

Here is the code I have done so far:

const tabRoving = (element) => {
  var imgChild = document.getElementById("addTreeIcon");
  // var currentIndex = 0;
  if (element.contains(document.activeElement)) {
    element.childNodes.forEach(function (child) {
      console.log(child.getElementsByTagName("img"));
      if (child != document.activeElement) {
        child.setAttribute("tabindex", "-1");
      } else {
        child.setAttribute("tabindex", "0");
      }
    });
  }
}; 

In element parameter in function, I'm passing:

tabRoving(document.getElementById('treeView'));

Here treeView is the parent node. And image with id addTreeIcon is inside the parentNode treeView.

How can I do this ? Thank you.

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda