Tag dom
Here's the list of projects using this tag :
-
haxetacy
A haXe library (haxelib) that focuses on making cross-target and cross-scripthost development more transparent. Includes new JavaScript targets and a better alternative for browser-based applications to using haXe's standard library. Currently usable js targets are browser, asp, hta and wsh. Coming up: Rhino, JScript.NET, JSDB, JSLibs, GLUEscript, v8cgi and more! Go to the website for more information.
-
bindable
A simple bindable view for Javascript: you start with a template of HTML, and map CSS selectors to properties on your model. If the model uses HSL's Trackable for properties, then every time a property is changed it will automatically update.
-
domtools
A simple library that eases DOM work in haxe. It aims to be similar to jQuery, but more haxe-like, and hopefully one day portable to targets other than client side js.