Download Latest Version v2.1.3.zip (3.9 MB)
Email in envelope

Get an email when there's a new version of jQuery.Timeline V2

Home / v2.1.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2020-09-29 1.6 kB
v2.1.0.tar.gz 2020-09-29 4.1 MB
v2.1.0.zip 2020-09-29 4.1 MB
Totals: 3 Items   8.2 MB 0
  • Fixed the event ID generation process by the addEvent method (Issue#13).

    Since ver.2.1.0, the events with duplicate IDs cannot be added and an error will occur. And if you specify a unique ID, it will be added with that event ID. An ID is automatically generated as in the past when an event with an unspecified ID is added.

  • Prevented flicker when replacing any events by using addEvent method (Issue#51).
  • Fixed a bug with some curved relation lines (Issue#57).
  • Added the theme color setting option for timeline instances (Issue#58).

    If you want to enable a custom theme, you need to change the theme name to something other than "default" and set various colors.

  • Fixed a bug that there is a difference in locale processing between the top and bottom rulers (Issue#61).
  • Added an argument that can refer to the newly added event data to the callback function of the addEvent method.

    If user data is specified in the 4th argument of the method, the event data added in the 4th argument of the callback can be referenced, and if user data is not specified, the event data added in the 3rd argument of the callback can be referenced. The event data is an array with the issued event ID as the key and the event data object as the value.

  • Changed the wrapping process for custom user data arguments for each method.
  • Adjusted and added various styles.
Source: README.md, updated 2020-09-29