Skip to content

Failed to Execute Inline Script: one or more of the requirements were not found. #911

Answered by lo5
Alex-Wenner-FHR asked this question in Q&A
Discussion options

You must be logged in to vote

You probably want '.ms-DetailsHeader-cellName .cellName-173', which is interpreted as "look for an element with class name cellName-173 inside an element with class name ms-DetailsHeader-cellName".

On the other hand, if cellName-173 is an ID and not a class name, use '.ms-DetailsHeader-cellName #cellName-173'.

In general, prefix IDs with # and class names with .. See selectors.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Alex-Wenner-FHR
Comment options

Answer selected by Alex-Wenner-FHR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants