eh......... estabas casi casi......... haha
asi quedan tus archivos..............
Código html:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <style type="text/css" title="currentStyle"> @import "../themes/sunny/jquery-ui-1.7.2.custom.css";
@import "css/fullcalendar.css";
<script type="text/javascript" src="../js/cargarPagina.js"></script> <script type='text/javascript' src='../jquery/jquery.js'></script> <a href="javascript:TraerPagina('calendario.html','calendario');">Alumnos
</a>
cargarPagina.js (Apesar que esta funcion tranquilamente podria ir en la web de arriba)
Código javascript
:
Ver originalfunction TraerPagina(url, contenedor){
$('#divLoader').html('<p align="center"><img src="http://www.forosdelweb.com/f77/img/loading.gif" /> Cargando...</p>');
$('#'+contenedor).load(url);
$.getScript("../jquery/jquery.js");
$.getScript("../jquery/ui.core.js");
$.getScript("js/fullcalendar.js");
}
calendario.html
Código html:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<script type='text/javascript'> $(document).ready(function() {
});
HASTA AHI SERIA UNA FORMA.... SEGUN TU CODIGO........... Y AHORA YO TE PROPONGO ESTE:
Código html:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <style type="text/css" title="currentStyle"> @import "../themes/sunny/jquery-ui-1.7.2.custom.css";
@import "css/fullcalendar.css";
<script type='text/javascript' src='../jquery/jquery.js'></script> <script type='text/javascript' src='../jquery/ui.core.js'></script> <script type='text/javascript' src='../jquery/ui.datepicker.js'></script> <script type='text/javascript' src='js/fullcalendar.js'></script> <a href="javascript:$('#calendario').fullCalendar();">Alumnos
</a>
espero te haya salido........
Ah, gracias por el karma...... :P
Suerte.