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 |
- [jQuery] load and unload site clicforw...@googlemail.com
- [jQuery] Re: load and unload site Charlie