Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. oneillc9

    passing object with an eventListener

    Thank you. I eventually copped that I could get access through the event.target statement like you said. From there I was able to hop up and down the element tree and get at the elements I needed.
  2. oneillc9

    passing object with an eventListener

    Hi, Is it possible to pass the object 'obj' like so and still be able to access the event properties: this.addEventListener('mousedown', this.doSomething(obj), false); and in the function 'doSomething', still be able to access the event properties? for example: doSomething:function(obj, e){...

Part and Inventory Search

Back
Top