What is the difference between Zepto and jQuery 2?

前端 未结 6 388
情话喂你
情话喂你 2021-02-01 00:21

There are those two similar projects:

Zepto.js

Zepto is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API

6条回答
  •  梦毁少年i
    2021-02-01 00:59

    Zepto lacks the deferred/promise API that jQuery features. There is an add-on, Simply Deferred, which remedies this: https://github.com/sudhirj/simply-deferred .

提交回复
热议问题