A small JS file, with the same API use as jQuery. Howerer, the number of the API is less a lot than jQuery. It's used for some simple pages. Why u r here?
I do like studying Web Front technology, so, natural, I have to make a lot of demos for comparing, testing or just for showing.
Generally speaking, these web pages are simple. Some pages without any JS, even if some pages have js code, this JS code is similar to ABC. For example, I click a button, then the background color of page turn red. The code will be:
button.onclick = function() { document.body.style.backgroundColor = "red"; };