jquery full calendar
问题 What i have is a tabbed page with 12 tabs (every tab is a month of the year). What i need is when i load jquery calendar, foreach tab, the calendar to switch to the month that is assigned. (e.g when i click and load page for January the calendar shows days for january, and so on). 回答1: Did you check out the documentation page? The function takes in 2 required parameters and 2 optional ones. .fullCalendar( 'gotoDate', year [, month, [ date ]] ) So to set your calendar to April 2010, you would