ka2
ka2
This problem is due to the "mbstring" extension is not installed on your PHP environment. If you can add the "mbstring" extension to PHP, thereby it may work the plugin....
Thank you very much for reporting. And, I am sorry I haven't been in touch for a while. > What is the reason for setting the timezone, by the way?...
Yes, you can do this by generating or updating the timeline after fetching the remote JSON data. Example of generating a timeline after fetching JSON data: ```js fetch("/path/to/getJsonEvents").then(response => {...
Hi there, Since version 2 of jquery.timeline, the constructor name has changed from all lowercase of "timeline" to capital case of "Timeline". Please note that the first "T" is capitalized....
I modified [tester page](https://ka2.org/jqtl-v2/). Clicking the view options button added to the advanced menu displays initialization options for the currently output jQuery.timeline.
We can specify a color for each event node, so on the tester page, the color is specified on the event node side. For example: ```js [{ "uid": "18b51549b763c", "eventId":...