Skip to content

Dabby.js v0.9.1

Compare
Choose a tag to compare
@hexydec hexydec released this 08 Feb 20:45
· 239 commits to master since this release

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.