Function moxie_dom::elements::scripting::script   [−][src]
pub fn script() -> ScriptBuilderExpand description
The HTML <script> element is used to embed or reference executable code; this is
typically used to embed or refer to JavaScript code.
A function for creating a builder which will accept attributes and produce the element.