Hello All,
I'm trying to make a class that I store a HTML Element in, and add a
mouseDown event into it.
However the function that grabs the mouse down event doesn't know the
element that is being received during the class init...

This probably makes no sense, so i've put a basic example here.
http://www.dhumpherys.com/help/help.html

when the page is initialized, the class is made, and the element is
printed in the yellow box.
The mousedown event is created as well.  Now Click in the blue box...
the event is received, but the class doesn't know the value of it's
member anymore...

I'm sure this is some basic part of the class that I'm not
understanding... any guidance would be greatly appreciated.

Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to