need to get options from an event handler
need to get options from an event handler
I have an event handler to a created select list within my widget.
However the this variable becomes the select element which means that
I can no longer use
var o = this.options;
to get to my variables.
How do I refer to my stuff ?