Search
 
SCRIPT & CODE EXAMPLE
 

HTML

attribute name selection

document.evaluate(
  '//*[starts-with(name(), "custom-")]',
  document, 
  null, 
  XPathResult.UNORDERED_NODE_ITERATOR_TYPE, 
  null
)
Comment

attribute name selection

document.evaluate(
  '//*[@*[starts-with(name(), "data-custom-")]]',
  document, 
  null, 
  XPathResult.UNORDERED_NODE_ITERATOR_TYPE, 
  null
)
Comment

PREVIOUS NEXT
Code Example
Html :: bootstrap table same width 
Html :: symfony twig form value 
Html :: html schriftart einbinden 
Html :: angular call function from html 
Html :: onclick video popup in html 
Html :: spellcheck html 
Html :: enable provider plugin cache in terraform 
Html :: html color input 
Html :: htmlspecialchars(): Argument #1 ($string) must be of type string, array given 
Html :: mark tag in html 
Html :: how to make link open in new tab 
Html :: get all html element data using angular 
Html :: default php version ubuntu 20.04 
Html :: html input date range 
Html :: regex cheat sheet 
Html :: html aside tag example 
Html :: html description list 
Html :: how can we change background in loop img in webpages 
Html :: servicenow jelly debug 
Html :: add custom values in html tag 
Html :: code for dropdown in html 
Html :: how to make the ignore part html like in ## 
Html :: passing an amount to a donation radio button html code 
Html :: disable the hashtag to go to top 
Html :: customer details pay button code 
Html :: html code color 
Html :: hoe to make a html page attractive 
Html :: how to execute asp code in html 
Html :: constellation css 
Html :: html inframe map 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =