0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 12, 2025 — Mar 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix Ebisu rutime bug in IE More... over 18 years ago
Turn this example into a demo for pluggable design. Put "3d" in window.location to see a simple 3d effect. Like: More... over 18 years ago
Spread chase2 example into different javascript files, each maintains a "behavioral group" of objects that emits / handles Ebisu events. More... over 18 years ago
Another example to demo the ability to have two roles on DOM that acts differents on events. More... over 18 years ago
An alternative implementation of chaser. This one a dot is chasing another dot, rather then everyone chasing the mouse cursor. More... over 18 years ago
Emacs is complaining not recognizing 'utf8' :/ More... over 18 years ago
Another new Ebisu toy. More... over 18 years ago
Minor refactoring, add spaces for making it more readible. Adding variables when accessing two-level array so it's more efficient (variables are cheaper then lookups) More... over 18 years ago
Refine this. Stars goes grey instead of totally invisible when they are far away. More... over 18 years ago
Another example to use Ebisu to play like physical field. More... over 18 years ago
Learn from jQuery and YouHolder environment that !this.init is required for IE. More... over 18 years ago
For all cases, never register two identical functions twice. More... over 18 years ago
If the selector string is null, (the user does not invoke to() method), then assumed "window". More... over 18 years ago
Put the private part of the library to the bottom. More... over 18 years ago
The variable Ebisu.__registry is now a private variable named "registry" inside the scope of this file, no way to access that outside. More... over 18 years ago
this is addicitive. More... over 18 years ago
unbreak Safari / Webkit breakage due to list assignment. More... over 18 years ago
minor refactor. Change More... over 18 years ago
Fix the no_dollor test. More... over 18 years ago
Turns out the better way to pass "what's been selected" to the callback, would be just to use the result of that selector, but not doing special handling if that looks like an array. More... over 18 years ago
Big change. Redfine the semantics because previous one has some ambiguity. More... over 18 years ago
Examples for using Ebisu. More... over 18 years ago
Implement a primitive jquery plugin form of Ebisu. More... over 18 years ago
Change the structure of Ebisu.__registry again. It's now a hash of array of array. Such that selector can be an HTMLElement. More... over 18 years ago
Sometimes there's no dollor-sign around. If so, use document.getElementById by default. More... over 18 years ago
Implement the detach() method. More... over 18 years ago
change the structure of Ebisu.__registry from a array of array to an hash of hash of array. More... over 18 years ago
r19064@GOP (orig r775): gugod | 2007-09-25 16:33:31 +0800 Ebisu - Event based inter-serving units. More... over 18 years ago