S
S
sdevalex2012-03-09 16:37:26
JavaScript
sdevalex, 2012-03-09 16:37:26

Mini JS DOM library

I'm looking for a small JS helper library:
- search by id, class, tagName
- the most frequently used methods (html, cssStyle, events)

Now I use jQuery, but only ~ 10% (maybe somewhere you can already collect jQuery in parts?). I work with backbone & underscore.

xui did not really like the code, it is not neatly written.
motools interferes with
extjs core global objects quite big Writing it

yourself is not a problem, just time ... and other developers will be unhappy.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
E
ertaquo, 2012-03-09
@ertaquo

Look here: http://microjs.com/#dom

K
Konstantin Kitmanov, 2012-03-09
@k12th

Atom JS won't work?

A
akzhan, 2012-03-09
@akzhan

Just check out the jQuery GitHub repository.
Everything is nicely modularized and you can change the list of modules to build.

F
flight, 2012-03-09
@flight

For selectors I can recommend Sizzle . jquery is based on it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question