Allow the creation of tabs programmatically
VizuaaLOG opened this issue · 1 comments
VizuaaLOG commented
If I dynamically create tabs, e.g. by appending them onto my page through jQuery or a similar library/vanilla JavaScript I want to be able to process the mark-up to generate tabs. Currently this is impossible as the code only runs once, when it is first executed.
Allow for auto detection to be disabled and/or provide a method of executing the logic on any element, regardless of whether it has the data attributes.
VizuaaLOG commented
This can already be achieved in v1.1.0. Using Micro.tabs(element)