Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Suggest Smallest Dom manipulation library for building widgets

Sorry jQuery, Prototype, Yahoo YUI, Dojo don't appeal to me in when considering small. I wanted a library that would be modular has the smallest code possible upto 20Kb[un compressed] is what i expect. should provide Dom manipulation[no ajax and badass stuff] and can be extended, is widget friendly.

like image 336
Deeptechtons Avatar asked Sep 14 '11 16:09

Deeptechtons


1 Answers

There are quite a few small javascript libraries on microJS. You may be interesting in taking a look at $DOM (2.6kb).

Alternatively, if you want a bit more functionality while still being small, you can check out XUI (10.4kb, or 4.2kb gzipped).

like image 86
NT3RP Avatar answered Nov 15 '22 04:11

NT3RP