(function ($) { Drupal.behaviors.timelinejs = { attach: function (context, settings) { $('#timeline-embed', context).each( function() { var timeline_config = { width: timelineWidth, height: timelineHeight, source: timelineSource, start_at_end: false, hash_bookmark: true, css: timelineCss, js: timelineJs, lang: timelineLang, } }); } }; }(jQuery));