Por alguna razón que desconozco no me sale
Error
Cita:
Ok$('article').load($(this).attr('href') article);
Cita:
EJ jQuery $('article').load($(this).attr('href'));
Cita:
Gracias$('#result').load('ajax/test.html #container');
Cita:
<script src="js/jquery.js"></script>
<script>
$(document).ready(function() {
$("body").css({"background-color":"yellow","font-size":"100%"});
//$('nav').load('nav.html');
$('nav').load('nav.html #E1');
$('a').click(function() {
$('article').load($(this).attr('href') article);
$('aside').load($(this).attr('href') aside);
});
});
</script>
<script>
$(document).ready(function() {
$("body").css({"background-color":"yellow","font-size":"100%"});
//$('nav').load('nav.html');
$('nav').load('nav.html #E1');
$('a').click(function() {
$('article').load($(this).attr('href') article);
$('aside').load($(this).attr('href') aside);
});
});
</script>