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

192
Visualizações
Select elements by HTML5 data attribute in jQuery

Is it possible to select elements in jQuery by their HTML5 data attributes (for example, all <div> with data-role='footer')?

over 4 years ago · Santiago Trujillo
3 Respostas
Responde à pergunta

0

You can select on a data- attribute like any other attribute...using an attribute selector. In this case you want the attribute-equals selector, like this:

$("div[data-role='footer']")

They are handled specially in consumption by jQuery, e.g. allowing .data() to fetch from them with correct typing...but as far as DOM traversal goes, they're just another attribute, so think of them as such when writing selectors.

over 4 years ago · Santiago Trujillo Relatório

0

$('div[data-role="footer"]')

This simply uses the the attribute-equals-selector(docs).

There are several attribute selectors you can use (among the others).

over 4 years ago · Santiago Trujillo Relatório

0

jQuery Mobile recomends the $.fn.jqmData(), for example : $("div:jqmData(role='footer')")

Source: http://jquerymobile.com/test/docs/api/methods.html

over 4 years ago · Santiago Trujillo Relatório
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