I have an element like this:
hi function go() { }
hi
how do I get access to the element that g
You could pass this as an argument:
this
hi function go(clicked) { }