openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
E
ebisu
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
4 days
ago. based on code collected
4 days
ago.
Mar 12, 2025 — Mar 12, 2026
Showing page 1 of 1
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fix Ebisu rutime bug in IE
Liang-Bin Hsueh
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:
Kang-min Liu
More...
over 18 years ago
Spread chase2 example into different javascript files, each maintains a "behavioral group" of objects that emits / handles Ebisu events.
Kang-min Liu
More...
over 18 years ago
Another example to demo the ability to have two roles on DOM that acts differents on events.
Kang-min Liu
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.
Kang-min Liu
More...
over 18 years ago
Emacs is complaining not recognizing 'utf8' :/
Kang-min Liu
More...
over 18 years ago
Another new Ebisu toy.
Kang-min Liu
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)
Kang-min Liu
More...
over 18 years ago
Refine this. Stars goes grey instead of totally invisible when they are far away.
Kang-min Liu
More...
over 18 years ago
Another example to use Ebisu to play like physical field.
Kang-min Liu
More...
over 18 years ago
Learn from jQuery and YouHolder environment that !this.init is required for IE.
Kang-min Liu
More...
over 18 years ago
For all cases, never register two identical functions twice.
Kang-min Liu
More...
over 18 years ago
If the selector string is null, (the user does not invoke to() method), then assumed "window".
Kang-min Liu
More...
over 18 years ago
Put the private part of the library to the bottom.
Kang-min Liu
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.
Kang-min Liu
More...
over 18 years ago
this is addicitive.
Kang-min Liu
More...
over 18 years ago
unbreak Safari / Webkit breakage due to list assignment.
Kang-min Liu
More...
over 18 years ago
minor refactor. Change
Kang-min Liu
More...
over 18 years ago
Fix the no_dollor test.
Kang-min Liu
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.
Kang-min Liu
More...
over 18 years ago
Big change. Redfine the semantics because previous one has some ambiguity.
Kang-min Liu
More...
over 18 years ago
Examples for using Ebisu.
Kang-min Liu
More...
over 18 years ago
Implement a primitive jquery plugin form of Ebisu.
Kang-min Liu
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.
Kang-min Liu
More...
over 18 years ago
Sometimes there's no dollor-sign around. If so, use document.getElementById by default.
Kang-min Liu
More...
over 18 years ago
Implement the detach() method.
Kang-min Liu
More...
over 18 years ago
change the structure of Ebisu.__registry from a array of array to an hash of hash of array.
Kang-min Liu
More...
over 18 years ago
r19064@GOP (orig r775): gugod | 2007-09-25 16:33:31 +0800 Ebisu - Event based inter-serving units.
Kang-min Liu
More...
over 18 years ago
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree