Skip to content

An improved jQuery based responsive calendar based on Monthly 2.2.1 by Kevin Thornbloom.

License

Notifications You must be signed in to change notification settings

forink/Monthly-Advanced

 
 

Repository files navigation

#Monthly-Advanced.js

An improved calendar plugin based on Monthly by Kevin Thornbloom.

Live Demo

##Changelog

v 1.0.7 - Fixed an issue where switching months would jump for a few months in some cases.

v 1.0.6 - Fixed for the ESLint warnings.

v 1.0.5 - Add an option "holidays" to customize the holidays style like weekend in calendar, and rename the option "weekendColor" to "holidayColor".

v 1.0.4 - Add a json attribute "eventEnable " and an option "reloadAfterClickEvent" to enable or disable the action of click events on calendar, and add the callback function "callbackAfterPaging" to customize the action after click the previous or next month buttons.

v 1.0.3 - Adjust the style of today's mark, and add the "defaultTargetDate" for customize the initial month.

v 1.0.2 - Fixed the unexpected issues on value check of jQuery caused by getting remote url asynchronous, and add a json attribute "eventType" for customization.

v 1.0.1 - Fixed the incorrect date in dt tag caused by using toISOString() lack with timezone, and fixed the incorrect color settings for the text and background of events.

v 1.0.0 - Launched, add the json config to custom the textcolor of events, add custom options to change the weekend day background color.

The Original Version:

#Monthly.js A jQuery based responsive calendar plugin

Live Demo

##Features

  • Use as a date picker, or a full fledged calendar
  • Fully responsive design
  • Intuitive event labels
  • Event list detail mode
  • Handles multiple instances on the same page
  • Well commented code for easy customization

##Setup & Config View the wiki.

##Bugs If you've spotted an issue, please create an issue.

##Support Did this plugin help you out? Support open source development! Donate Via Paypal

##Changelog

v 2.2.2 - Fixed Issue 62

v 2.2.1 - Fixed an AM/PM display bug

v 2.2.0 - A good deal of edits (see details here) including localization, code cleanup & json events. A big thank you to Richard Tallent for this one!

v 2.1.0 - Fixed a bug where the event list would animate in but not out. Merged a pull request to include json support. (Thanks marekstodolny!) Made buttons more visible in header for closing event list & reverting to the current month.

v 2.0.7 - Fixed a bug where divs were left behind when advancing through months. Merged a pull request fixing day name options.

v 2.0.6 - Fixed a bug where AM and PM would show up even if there's no time specified. Also fixed a bug where long event titles weren't being truncated. Added xml error handling.

v 2.0.5 - Dropped flexbox 😞 in favor of display:table-cell to support 💩💩IE9💩💩

v 2.0.4 - Added more vendor prefixes to support older versions of iOS

v 2.0.3 - Fixed a big caused by using Monday as the start of the week, and months where the first day is Sunday.

v 2.0.2 - Fixed a bug caused by using zero indexed days or months in the xml file. Fixed another bug where setting eventList to false didn't work.

v 2.0.1 - Fixed a ton o' bugs in IE & Safari related to incorrect setting of the first day, day heights, and the event listing day names.

v 2.0.0 - New method for viewing event details within the calendar rather than a separate list. Added ability to have event times.

v 1.0.1 - Fixed a bug that produced the wrong number of days in the month. (Thanks igor1980)

v 1.0.0 - Launched

About

An improved jQuery based responsive calendar based on Monthly 2.2.1 by Kevin Thornbloom.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.8%
  • CSS 22.6%
  • HTML 16.6%