dom-find:用于查找 DOM 元素的实用程序。 由 react-stickydiv 使用

时间:2024-06-21 12:24:19
【文件属性】:

文件名称:dom-find:用于查找 DOM 元素的实用程序。 由 react-stickydiv 使用

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-21 12:24:19

JavaScript

查找 DOM 实用程序 用于查找 DOM 元素的实用程序。 由 var util = require ( 'dom-find' ) ; // util.findPos(document.getElementById("element")); // [0,100] // util.findPosRelativeToViewport(document.getElementById("element")); // [50,-200] 你也可以在 React 中使用它 var util = require ( 'dom-find' ) ; // util.findPos(React.findDOMNode()); // [0,100] // util.findPosRelativeToViewport(React.findDOMNode()); // [50,-200]


【文件预览】:
dom-find-master
----getpagescroll.js(629B)
----getpagescroll.es6(611B)
----.gitignore(13B)
----README.md(523B)
----build.sh(261B)
----findpos.js(375B)
----publish.sh(141B)
----index.es6(284B)
----package.json(424B)
----findpos.es6(405B)
----findPosRelativeToViewport.js(323B)
----index.js(452B)
----.npmignore(6B)
----findPosRelativeToViewport.es6(321B)

网友评论