jQuery empty() vs remove()

Empty removes all child elements

remove remove removes child elements and self too.