bueno alfinal ha salido asi!
haced click en reservas:
[URL="http://priveebarcelona.com/web/webclub2"]http://priveebarcelona.com/web/webclub2/[/URL]
PERO SE ME VA EL ESTILO CSS! y en RESERVAS LO TENGO PUESTO! T_T
Código HTML:
<html>
<head>
<title>Ajax Simple</title>
<script src="jquery-1.3.2.min.js" type="text/javascript"></script>
<script>
$(document).ready(function(){
$("#enlaceajax").click(function(evento){
evento.preventDefault();
$("#destino").load("contenido-ajax.html");
});
})
</script>
</head>
<body>
<a href="#" id="enlaceajax">Haz clic!</a>
<br>
<div id="destino"></div>
</body>
</html>
Como hago para que me conserve el estilo CSS?