jquery.timeline icon indicating copy to clipboard operation
jquery.timeline copied to clipboard

You can easily create the horizontal timeline with two types by using this jQuery plugin.

Results 35 jquery.timeline issues
Sort by recently updated
recently updated
newest added

After reloading the timeline the events get copied. This results in events displaying double on the timeline. How can I prevent the timeline to copy the old events to the...

I am trying to use jquery.timeline but with requireJS. The platform I am using only allow me to import using requireJS But when I do it, I receive the console...

I'm using the plugins and call add event js function but the event doesn't fired js Code: $('#roadmap').Timeline('addEvent', [ {start:'2022-05-16 00:00:00',end:'2022-12-20 23:59:59',row:3,label:'Add Event',content:'test test test...'}, {start:'2022-06-18 00:00:00',end:'2022-09-22 23:59:59',row:4,label:'Add Event 2',content:'test2...

Is it possible to make header with dates stick to the top during scrolling the timeline down? So dates matching the row are always visible Thank you!

**Is your feature request related to a problem? Please describe.** If I have startDatetime: '1995-1-1' and endDatetime: '2021-12-31' but I just have data for '1995-1-1' and '2021-12-31' I don't need...

**Describe the bug** I am working with WordPress Development stuff and I am getting error `Cannot read properties of undefined (reading 'fn')` I have used `wp_enqueue_script` WordPress function. WordPress Version...

help wanted

Hi, I did that google inspect in your example and I tried to implement an example page like yours. In my example when I click in some event it is...

bug
fixed

Hi, Does `format` for `eventMeta` work? No matter what formatting I pass inside the property, eg: `eventMeta: { display: true, locale: "en-US", format: { custom: "%b %w, %Y" }}` --...

The docs [mention a "hoverEvent"](https://ka2.org/jqtl/configuring-plugin-options) that can be set to true/false in Effects. Can an action (such as opening a popup with the event details) be tied to that and...

Trying to apply alignment on firefox will crash. Firefox browser 88.0.1 (64-bit). **To Reproduce** 1. Go to https://ka2.org/jqtl-v2/index.php with Firefox 2. Change Alignment to current, Then Click on button. 4....