Hello
everyone!
I'm
using the 2001.01.25 release...
I was
running into an issue with my project where the DynAPI was always returning true
on onClick events in hrefs.
I need
to have links that call JS functions through the onClick event, but
then return false so the link is never re
the latest version (due to be released any day now) allows for selective
event capturing.
if you do not require mouse events, there is no problem. if you
don't even use the event listeners, it might be possible to exclude the
events.js file from your include section.
the events code for the API