DynamicElements should be able to register CSS and Javascript with parent element. Things like async includes should be considered. $dom->js_add('async'=>'','url'=>'example.js'); $dom->css_add('url'=>'example.css');
DynamicElements should be able to register CSS and Javascript with parent element.
Things like async includes should be considered.
$dom->js_add('async'=>'','url'=>'example.js');
$dom->css_add('url'=>'example.css');