I have a div and I want to remove all the HTML inside of that div.
How can I do this?
Another way is just to set the html to the empty string:
$('#mydiv').html('');