Inspector search refuses to locate searched-for id
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?
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
Всички отговори (1)
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: