Dabby.js v0.9.1
This first release fixes a number of issues and provides closer compatibility with jQuery.
- Added $.fn.closest()
- $.fn.css() now passes the current value to callbacks (Through setCss())
- More functions converted to arrow functions where possible
- Fixed bug in
$.fn.on() and $ .fn.one() where the data was not passed to the callback correctly - Fixed bugs in $.fn.load() where HTML responses were not refined correctly, and the callback was not applied per node
- Fixed bug in the internal filterNodes() function where it could only filter nodes that were already in the document
- Code optimisations
Also it adds more documentation.