Translating an actual js node pointer to jQuery

Translating an actual js node pointer to jQuery

Hey,

Any of you guys know how to, for instance, make ev.target into a jQuery object?

I'm trying to run functions on the node I get from the ev.target pointer.

Thanks!