bkad / prat

group chat with markdown served over websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

replace jquery with zepto

bkad opened this issue · comments

Consider using zeptojs as a drop-in replacement for jquery.

In principle it seems nice because the library is smaller and drops support for older browsers.

or just wait for jQuery 2.0 when they drop support for IE 6/7/8 :)

Early 2013? Bah. Isn't zepto roughly API-compatible? If you can just drop it in, I'd say go for it.

jQuery 2.0rc1 is out

i tried it, but even with the latest version of jquery ui (which i use for the sortable channels), it complains about jquery ui using deprecated functions

Let's leave this on the back burner. And by back burner, I mean forgotten in the closed issues list.