1 decade ago by OMATASE
Does anyone have experience using an event system in their impact code and wouldn't mind sharing that code?
I didn't realize how badly events were supported in JS for most browsers. Although the w3c spec for JS does call for custom event support it's apparently ignored. It looks like most people opt for writing a hodge podgey class that behaves kind of like a custom events system but there are widespread reports of browser compatibility issues.
I could probably use jquery's since I'm already using that library in my code elsewhere but I just wanted to see what the presiding wisdom was in the impact world before I went that route.
Thanks
I didn't realize how badly events were supported in JS for most browsers. Although the w3c spec for JS does call for custom event support it's apparently ignored. It looks like most people opt for writing a hodge podgey class that behaves kind of like a custom events system but there are widespread reports of browser compatibility issues.
I could probably use jquery's since I'm already using that library in my code elsewhere but I just wanted to see what the presiding wisdom was in the impact world before I went that route.
Thanks