Published
- 1 min read
how to set the contents of a div with jquery
The solution for this is noted below
how to set the contents of a div with jquery
Solution
$('#yourID').html('')
Try other methods by searching on the site. That is if this doesn’t work