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).
What i have is a tabbed page with 12 tabs (every tab is a
Share
Did you check out the documentation page? The function takes in 2 required parameters and 2 optional ones.
So to set your calendar to April 2010, you would use something like this:
Note that the months are 0-based so April=3.