Skip to content

ptica/fullcalendar-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

fullcalendar-history

Persistent uris for fullcalendar views using history api. The solution sort of works as a proof of concept, but a rewrite is needed though. (ugly detection of today-button-click, no uri configuration, todos, no i18n, ...)

// hook history.pushState onto view rendering
$('#calendar').fullCalendar({
  viewRender: FullCalendarHistory.viewRender,
});

// bind clearing fcion upon today button click
$('.fc-today-button').click(function () {
  FullCalendarHistory.clearRemembered();
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published