close

fullcalendar.png

 

link and script

<link rel='stylesheet' href='fullcalendar/fullcalendar.css' />
<script src='lib/jquery.min.js'></script>
<script src='lib/moment.min.js'></script>
<script src='fullcalendar/fullcalendar.js'></script>

 

when document ready use .fullCalendar function

$(document).ready(function() {
    $('#calendar').fullCalendar({
        // put your options and callbacks here
    })
});

should put the div tag in html body tag too

<div id='calendar'></div>

arrow
arrow

    Outsourcing Ken 發表在 痞客邦 留言(0) 人氣()