ka215 / jquery.timeline

You can easily create the horizontal timeline with two types by using this jQuery plugin.
MIT License
240 stars 43 forks source link

use of git version breaks example #79

Open mghulolna opened 3 years ago

mghulolna commented 3 years ago

Use https://raw.githubusercontent.com/ka215/jquery.timeline/main/dist/jquery.timeline.min.js in https://ka2.org/jqtl-v2/v2.1.html will show each node as box - the circles as well.

It seems the behaviour regarding type:mixed changed?

Are there only options changed and is this easily fixed?

ka215 commented 3 years ago

The https://raw.githubusercontent.com/ka215/jquery.timeline/main/dist/jquery.timeline.min.js as URL of CDN already can not use now. Therefore you should use the below urls instead of thier.

<link href="https://cdn.jsdelivr.net/gh/ka215/jquery.timeline@main/dist/jquery.timeline.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/gh/ka215/jquery.timeline@main/dist/jquery.timeline.min.js"></script>

Please try it.