Is there a mini-library js, specializing in finding items on the css-selector, hanging events on them and passing under the DOM tree? There is an option to write your own, taking YASS as a basis, but suddenly this already exists.

P.S. jQuery does not offer for several reasons.

Thanks in advance for your reply.

Closed due to the fact that it was off-topic by the participants Vladimir Glinskikh , Dmitriy Simushev , Shilgen , PashaPash , MAXOPKA 22 Aug '15 at 6:54 .

It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:

  • " Questionnaires are forbidden on Stack Overflow in Russian . To get an answer, rephrase your question so that it can be given an unambiguously correct answer." - Dmitriy Simushev, Shilgen, PashaPash, MAXOPKA
If the question can be reformulated according to the rules set out in the certificate , edit it .

  • one
    And what did not suit jQuery? Are there any reasons? - Alex Silaev
  • 2
    Of course: a large size (90+ Kb) and too many extra features that I don’t need. Plus, often the functions themselves have extra code. - ling
  • You are not looking at the volume. Correct: 31 KB. - Artem Sapegin
  • I look minimized non-gip. - ling
  • JQuery functionality is implemented in a special mobile library zeptojs.com - zenith

3 answers 3

Found minijQuery .

    You can try to collect from cubes YUI . Although probably still get more than necessary.

    • Yes, there is the same garbage as jQuery. Plus, in order to build a library, you need to know what module it is in, which means that you also need to study this library. - ling

    sizzle .js jQuery base for selectors.

    • This is yes, but there is also a faster YASS. - ling