Answers for "how will you clear the contents from the div?"

0

clear a div

$("#yourDiv").html(""); // jQuery
Posted by: Guest on July-28-2020

Code answers related to "how will you clear the contents from the div?"

Code answers related to "Javascript"

Browse Popular Code Answers by Language