Ouxsoft/LivingMarkup

Includes CSS and Javascript

Opened this issue · 1 comments

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');

Bump, needed for code examples.