lib.haxe.org

domtools

DOM Tools - A JQuery like API for haxe JS.
Tags
js
Version
0.5.02
Owner
jason
License
BSD

History

  • 2012-01-22 10:04:24
    0.5.02
    Minor bug fixes. Renamed Events.hx to EventManagement.hx to avoid naming conflict. Began work on styling API, not functional yet.
  • 2012-01-21 10:56:06
    0.5.01
    Added code for basic events. Will only work with W3C event model, so FF, Webkit, Opera and IE9+. Even then some won't work. Some will though! Post to Github if you see stuff that needs fixing. Or better yet, fork, fix, and submit a pull request :)
  • 2012-01-21 05:56:44
    0.5.0
    A library of tools that makes it easy to work with the DOM in javascript. Inspired by JQuery in many ways, see the github page for a breakdown of how this is different.