https://github.com/mlms13/fancybrowser
A small collection of DOM and browser utilities for Haxe
https://github.com/mlms13/fancybrowser
Last synced: 4 months ago
JSON representation
A small collection of DOM and browser utilities for Haxe
- Host: GitHub
- URL: https://github.com/mlms13/fancybrowser
- Owner: mlms13
- Created: 2015-11-06T00:19:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T20:17:48.000Z (over 8 years ago)
- Last Synced: 2025-10-18T21:55:20.344Z (8 months ago)
- Language: Haxe
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fancy Browser
This is a collection of DOM helpers, keyboard keycodes, and more (but not much more) for Haxe. Think of it as jQuery, but without most of the features and with none of the cross-browser normalization. Mostly, this provides some helpful extension methods on top of `js.html.Element` in Haxe.
This was extracted without any modification from [FancySearch](https://github.com/mlms13/FancySearch). It wasn't originally intended to be a reusable library, but I have use for it in other `fancy.*` libraries, so here it is.