back

Dynamic elements

If you’re dealing with dynamic components that are added to the DOM after the DOMContentLoaded event (deferred rendering or AJAX call for instance), you can emit the luge.emitter.emit('update')event in order to initialize these elements.