I\'m using the jQuery tools tabs to divide my page into tabs. One of those tabs contain a jQuery Fullcalendar. Because I load JavaScript last in the page for speed and to av
you must using javascript to set display none fullcalendar
something like this:
document.getElementById("test").style.display="none";
then it looks like this:
open close