Skip to content
/ zepto Public

Zepto.js is a minimalist JavaScript library for modern browsers, with a jQuery-compatible API

Notifications You must be signed in to change notification settings

madrobby/zepto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zepto.js documentation site

Site is built with Jekyll, where each Zepto method is a Jekyll "post". They each render to individual files, but the files don't matter since the docs are all compiled into one page (index.html).

Jekyll categories correspond to Zepto modules, e.g. "ajax", "event".

The site can be built with:

$ script/bootstrap
$ bin/jekyll build
$ open public/index.html