I don't know first one is semantically correct or not but it works:
$("#playGround div").html("");

also 

$("#playGround div").contents().remove();

also

$("#test_div *").remove(); 



clicforw...@googlemail.com wrote:
Hello,

im loading external site like this.
$('a#link').click(function(){
    	$("#playGround div").load("http://www.mysite.de");
    	return false;
  	});

how can i unload this site?
i tried:

$("#playGround div").remove(html);

and:

$("#playGround div").unload(html);

but both is not working!?

Thanks for Help

  

Reply via email to