In jQuery I want to remove all HTML inside of a div February 14, 2023 by Tarik You want to use the empty function: $('#mydiv').empty();