# Introduction

Domq is a modular DOM manipulation library. It's built according to Zepto.js. The core methods and APIs are very similar to jQuery.

### Main uses

* remove jQuery dependency
* transform existing jQuery plug-ins
* reduce complex DOM operations
* provide common tool functions

### Who uses it?

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