Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Learn More

Inspector search refuses to locate searched-for id

  • 1 resposta
  • 1 tem este problema
  • 1 visualização
  • Última resposta de cor-el

more options

How exactly is the search field in the inspector supposed to function? What does it look for if it opts out of searching for a unique identifier string in a mess of text files that is a website?

https://dl.dropboxusercontent.com/u/48737017/random%20online%20linkage/Screen%20Shot%202014-06-04%20at%2010.18.16%20AM.PNG

How exactly is the search field in the inspector supposed to function? What does it look for if it opts out of searching for a unique identifier string in a mess of text files that is a website? https://dl.dropboxusercontent.com/u/48737017/random%20online%20linkage/Screen%20Shot%202014-06-04%20at%2010.18.16%20AM.PNG

Todas as respostas (1)

more options

It is supposed to search for tags and not for content (i.e. behaves as querySelectorAll()). You can add a space to select multiple tags to use a more specific selector (you will see a pop-up with choices)

See: