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

import with requireJS #90

Open hzozimo opened 2 years ago

hzozimo commented 2 years ago

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 error : $(...).Timeline is not a function

what kind of change do I need to make in requireJS ou timeline code to allow requireJS import the Timeline initializer?

Thanks