Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Body = BodyObject{Element{Document.Call("getElementsByTagName", "body").Index(0)}}
View Source
var Document = Global.Get("document")
View Source
var Global = js.Global()
Functions ¶
This section is empty.
Types ¶
type BodyObject ¶
type BodyObject struct {
Element
}
type Element ¶
func NewElement ¶
func (Element) AppendChild ¶
func (Element) ElementsByTagName ¶
func (Element) GetElementsByTagName ¶
func (Element) SetInnerHTML ¶
func (Element) SetInnerText ¶
Click to show internal directories.
Click to hide internal directories.