Skip to content

查找元素插件

查找元素插件。

适用平台

支持所有平台。

安装插件

需要安装 find 插件才能使用,点此访问 Github 仓库

sh
npm install @leafer-in/find
sh
pnpm add @leafer-in/find
sh
yarn add @leafer-in/find
sh
bun add @leafer-in/find

通过 script 标签引入

通过全局变量 LeaferIN.find 访问插件内部功能。

html
<script src="https://unpkg.com/@leafer-in/find@1.3.2/dist/find.min.js"></script>
html
<script src="https://unpkg.com/@leafer-in/find@1.3.2/dist/find.js"></script>

https://unpkg.com 无法访问时,可替换为 https://cdn.jsdelivr.net/npm

下一步

find ()

findOne ()

Released under the MIT License.