> For the complete documentation index, see [llms.txt](https://nzbin.gitbook.io/domq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nzbin.gitbook.io/domq/master.md).

# 介绍

Domq.js 是一个支持模块化加载的 DOM 操作库，它是在 Zepto 的基础上改造的，核心方法以及 API 和 jQuery 非常类似。

### 主要用途

* 移除 jQuery 依赖
* 改造已有的 jQuery 插件
* 减少业务中复杂的 DOM 操作
* 提供常用的工具函数

### 谁在使用？

* [photoviewer](https://github.com/nzbin/photoviewer)
* [unsliderjs](https://github.com/nzbin/unsliderjs)
