cleanup api of jquery

cleanup api of jquery

Is there any jquery api to clean up jquery related staff of a element and its decendants without altering the dom?

I am using a stupid approach: $(element).find("*").addBack().off().removeData()