Documentation
¶
Index ¶
- type Document
- type Event
- type FormEl
- type InputEl
- type Node
- func (z Node) Children() []dom.Node
- func (z Node) Clear()
- func (z Node) Data() string
- func (z Node) Find(query string) []dom.Node
- func (z Node) JS() *js.Object
- func (z Node) RemoveAttr(attr string)
- func (d Node) SetAttr(attr string, value interface{})
- func (z Node) SetClass(class string, val bool)
- func (z Node) SetProp(prop string, value interface{})
- func (z Node) Type() dom.NodeType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
func (Event) PreventDefault ¶
func (e Event) PreventDefault()
func (Event) StopPropagation ¶
func (e Event) StopPropagation()