turning a dom element into a select whatsit
Hi,
I am picking up a drop event and am trying to manipulate the drop target.
event.target gives me the actual dom element but I want to call .addClass(...) which you do on the results of a selector. How do I convert the dom element into a selector result?
Thanks.