Regards,
Darron
On Dec 8, 12:37 am, Ian Johnson <enja...@gmail.com> wrote:
> Do you need mouse related data when you simulate these clicks or you just
> want to trigger some action programmatically?
>
> You could use something like backbone.js for a global event object which
> you use to listen for and trigger custom events. You also make your own
> custom events with d3 like if you look at the source for the drag behavior.
>
>
>
>
>
>
>
>
>
> On Wed, Dec 7, 2011 at 7:55 AM, Thug <a.douglas.h...@gmail.com> wrote:
> > Thanks, Darron, I'm trying this out now.
>
> > The motivation behind the use of events is threefold:
>
> > - to trigger transitions at will
> > - keep my code simple
> > - automate certain tests
>
> > Though my console logging appears to be picking up everything generated on
> > *real* mouseclick event handling,