On Thu, Sep 8, 2011 at 1:56 PM, Bryan Sullivan <blsaws@gmail.com> wrote: > Thanks for the help. > > So when you say "the name of the event", how in JavaScript do I access the > name of the event, e.g. to test it? Accessing the data (event.data) works, > but how do access the name? > The type (or name) of the event is the first parameter to addEventListener. It's also available with event.type, if you use the same function for several listeners. -- Glenn MaynardReceived on Thursday, 8 September 2011 18:46:35 GMT
This archive was generated by hypermail 2.3.1 : Tuesday, 26 March 2013 18:49:47 GMT