windex

jQuery-like that's safe to use in a Firefox Extension
git clone https://wehaveforgeathome.hates.computer/windex.git
Log | Files | Refs | LICENSE

commit 406448fb7052f4d90e092b02c06f1d2708dc7864
parent 5e9e1366e806d10f7534886b4f6911e5bdc56b35
Author: Ryan Wolf <rwolf@borderstylo.com>
Date:   Tue,  1 Feb 2011 12:33:43 -0800

added $.change

Diffstat:
Mwindex.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/windex.js b/windex.js @@ -650,6 +650,7 @@ WindexNodes.prototype._unbindEvent = function (name, handler) { "submit", // See: http://api.jquery.com/submit/ "focus", // See: http://api.jquery.com/focus/ "blur", // See: http://api.jquery.com/blur/ + "change", // See: http://api.jquery.com/change/ "command" ].forEach(function (event) { WindexNodes.prototype[event] = function (handler) {