In code I have a reference to a DOM element, in Jquery. How do I find out it's id? It maybe counter-intuitive, but I need to know that so I can do some manipulations on another element with a similar name.In code I have a reference to a DOM element, in