I have a UI element which is an instance of CKEDITOR.dom.element.I can use methods like getId() on it to find it's id in the native DOM.But how can I convert into a jquery object to apply advanced jquery methods on it?I have a UI element which is an instance of CKE