Ho can I remove an specific element from a jquery selection. I have a selection of dd and dt of an definition list.Now I remove a specific one, using remove(), but in the selection the element is still there. I've read the manual so I know its a feature but how to remove the element without querying the dl again?