Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Inspector search refuses to locate searched-for id

  • 1 απάντηση
  • 1 έχει αυτό το πρόβλημα
  • 1 προβολή
  • Τελευταία απάντηση από 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

Όλες οι απαντήσεις (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: