Skip to content

whats-element.js 为每一个DOM元素计算出可定位到它的唯一的标识符

License

Notifications You must be signed in to change notification settings

wstreet/whats-element

 
 

Repository files navigation

定位一个网页DOM元素,一般会以 id,class,name 作为标识符,通过 getElementByIdgetElementByNamequerySelector API来定位、获取指定元素。而针对一些无任何标识的节点,如 <span>文本</sapn> 是否有方法定位到它们呢?

fork from https://github.com/rowthan/whats-element.git

About

whats-element.js 为每一个DOM元素计算出可定位到它的唯一的标识符

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%