A little demo first, then talk comes later.

Please wait for the library to load. . .

Block 1


Block 2

This is a subset of my new dhtmlextreme framework (coming soon). It is similar to jQuery. The project is still ongoing. The core of this vQuery (vquery.library.js) uncompressed is about 56KB, and when compressed to vquery.library.min.js is about 22KB. The animation and ajax parts come as plugin. I dont wish to add them to the core. The animation and ajax parts come as plugins (so they are optional). I dont wish to add them to the core.
The animation plugin vquery.ani.js come as a 13KB file, and when compressed to vquery.library.min.js becomes 7KB. The animation plugin support slide, toggle, fade. . .but not yet custom animations but the ajax plugin is not yet done.

The 2 scripts (library and ani) can be combined into one source file (optionally) vquery.pkg.js which is about 68Kb and can be compressed to vquery.pkg.min.js which is about 29KB.

Most of the functionalities of jQuery are preserved as is, so that regular jQuery users will not have any problems with using this library when necessary.

Note: that the core of this vQuery (vquery.library.js) is about half the size of the core of jQuery both in compressed and uncompressed forms (in fact lesser than half) which matters a lot in places of poor internet connectivity.
This whole project will be moved to dhtmlextreme.com (my script site under construction - i am not trashing mwebng.net though) later on, possibly dhtmlextreme.com/vquery. Everything/anything is still subjected to change, but this is current status.