Código:
pero me aplica el fondo y tome en cuenta los script, pero yo quiero que solo se mire la web en ese div con x ancho y x alto, algo asi como el iframe, alguien me podria ayudar?... $(document).ready(function(){ $("a").each(function(){ var href = $(this).attr("href"); $(this).click(function(){ $("#cargar").hide().load(href).fadeIn("slow"); $(this).attr({ href: "#"}); }); }); });