# 介绍

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

### 主要用途

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

### 谁在使用？

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nzbin.gitbook.io/domq/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
