Releases: jsutilslib/nojquery
1.3.0
1.2.0
Adding a lot of functions (that are mostly compatible with jQuery) and correcting a minor bug when handling events. Also rearrange the code
Full Changelog: 1.1.0...1.2.0
1.1.0
This is nojQuery, a library to ease dealing with HTML components in javascript... without the overhead of jQuery.
I like jQuery, and I think it is a powerful library with many cool things and features... that I do not usually need. So I wanted to have a subset of jQuery functions that I frequently use in my applications.
I want the basics of searching for objects in the DOM, adding handlers, setting properties or attributes, etc. And this is the basics for nojQuery. The idea is to be as compatible as possible with jQuery so that it is possible to get back to it (if I need to), but also add new cool features that make working with HTML and Javascript easier.
Changes
- Merge function
attrsandattrso that they meet theattrsemantics from jQuery - Add the ability to create HTML objects using function
_$as in jQuery. E.g._$('<div id="1">')
1.0.1
This is nojQuery, a library to ease dealing with HTML components in javascript... without the overhead of jQuery.
I like jQuery, and I think it is a powerful library with many cool things and features... that I do not usually need. So I wanted to have a subset of jQuery functions that I frequently use in my applications.
I want the basics of searching for objects in the DOM, adding handlers, setting properties or attributes, etc. And this is the basics for nojQuery. The idea is to be as compatible as possible with jQuery so that it is possible to get back to it (if I need to), but also add new cool features that make working with HTML and Javascript easier.
Changes
Enhance functions attr and attrs.
Full Changelog: 1.0.0...1.0.1
1.0.0
This is nojQuery, a library to ease dealing with HTML components in javascript... without the overhead of jQuery.
I like jQuery, and I think it is a powerful library with many cool things and features... that I do not usually need. So I wanted to have a subset of jQuery functions that I frequently use in my applications.
I want the basics of searching for objects in the DOM, adding handlers, setting properties or attributes, etc. And this is the basics for nojQuery. The idea is to be as compatible as possible with jQuery so that it is possible to get back to it (if I need to), but also add new cool features that make working with HTML and Javascript easier.
Full Changelog: https://github.com/jsutilslib/nojquery/commits/1.0.0