module DOM

Extended Modules

Defined in:

jet/dom.cr

Instance Method Summary

Instance Method Detail

def element(name : String, attrs : Hash(String, String), children : Array(Node)) : Node #

[View source]
def text(data : String) : Node #

[View source]