bkad / prat

group chat with markdown served over websockets
11 stars 6 forks source link

replace jquery with zepto #16

Closed bkad closed 11 years ago

bkad commented 12 years ago

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.

bkad commented 12 years ago

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

cespare commented 12 years ago

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

cespare commented 11 years ago

jQuery 2.0rc1 is out

bkad commented 11 years ago

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

cespare commented 11 years ago

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