annotater:注释工具以补充渲染的降价

时间:2024-05-31 08:27:10
【文件属性】:

文件名称:annotater:注释工具以补充渲染的降价

文件大小:11KB

文件格式:ZIP

更新时间:2024-05-31 08:27:10

JavaScript

最小的通用注释工具 annotater接收目标字符串(或正则表达式)并搜寻每个实例,将其从文本节点中切出,将其包装在标签中,并添加工具提示。 这使其非常适合注释渲染的降价。 粗略地使用 包括库annotater.js ,并使用它 annotater({ name: '*.com', tooltip: 'you will likely stumble upon it during every bug hunt' }); annotater({ name: /foo|bar|baz/, tooltip: 'this is a placeholder variable that means "you can use anything here"' }); 也可以通过bower install annotater 这是要点,但它不仅提供


【文件预览】:
annotater-master
----img()
--------annotater.svg(10KB)
----annotater.js(13KB)
----examples()
--------passing-an-array.html(862B)
--------minimal.html(553B)
----.gitignore(24B)
----README.md(1KB)
----scripts()
--------minify.sh(289B)
----bower.json(415B)

网友评论