Q:

delete all child elements jquery


  
    $("button").click(function(){

   $("div").empty();

 });
  
 
5

New to Communities?

Join the community