Documentation ¶
Index ¶
- func New(orb *orbit.Orbit) interface{}
- type Module
- type Selection
- func (this *Selection) AddAttr(name, value string) *Selection
- func (this *Selection) AddClass(class ...string) *Selection
- func (this *Selection) Append(content interface{}) *Selection
- func (this *Selection) Attr(name string, value ...string) interface{}
- func (this *Selection) Children(selector ...string) *Selection
- func (this *Selection) Clone() *Selection
- func (this *Selection) Closest(selector interface{}) *Selection
- func (this *Selection) Contents(selector ...string) *Selection
- func (this *Selection) Each(callback otto.Value) *Selection
- func (this *Selection) Empty() *Selection
- func (this *Selection) End() *Selection
- func (this *Selection) Eq(index int) *Selection
- func (this *Selection) Filter(selector interface{}) *Selection
- func (this *Selection) Find(selector interface{}) *Selection
- func (this *Selection) First() *Selection
- func (this *Selection) Has(selector interface{}) *Selection
- func (this *Selection) HasClass(class string) bool
- func (this *Selection) Html(value ...string) interface{}
- func (this *Selection) Index(selector ...interface{}) int
- func (this *Selection) Is(selector interface{}) bool
- func (this *Selection) Last() *Selection
- func (this *Selection) Length() int
- func (this *Selection) Map(callback otto.Value) []string
- func (this *Selection) Next(selector ...string) *Selection
- func (this *Selection) NextAll(selector ...string) *Selection
- func (this *Selection) NextUntil(selectors ...interface{}) *Selection
- func (this *Selection) Not(selector interface{}) *Selection
- func (this *Selection) Parent(selector ...string) *Selection
- func (this *Selection) Parents(selector ...string) *Selection
- func (this *Selection) ParentsUntil(selectors ...interface{}) *Selection
- func (this *Selection) Pipe(w io.Writer)
- func (this *Selection) Prepend(content interface{}) *Selection
- func (this *Selection) Prev(selector ...string) *Selection
- func (this *Selection) PrevAll(selector ...string) *Selection
- func (this *Selection) PrevUntil(selectors ...interface{}) *Selection
- func (this *Selection) Remove(selector ...string) *Selection
- func (this *Selection) RemoveAttr(name string) *Selection
- func (this *Selection) RemoveClass(class ...string) *Selection
- func (this *Selection) ReplaceWith(selector interface{}) *Selection
- func (this *Selection) Siblings(selector ...string) *Selection
- func (this *Selection) Slice(start, end int) *Selection
- func (this *Selection) Text(value ...string) interface{}
- func (this *Selection) ToggleClass(class ...string) *Selection
- func (this *Selection) Type() (data string)
- func (this *Selection) Union(selection *Selection) *Selection
- func (this *Selection) Unwrap() *Selection
- func (this *Selection) Wrap(selector interface{}) *Selection
- func (this *Selection) WrapAll(selector interface{}) *Selection
- func (this *Selection) WrapInner(selector interface{}) *Selection
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Selection ¶
type Selection struct {
// contains filtered or unexported fields
}
func (*Selection) ParentsUntil ¶
func (*Selection) RemoveAttr ¶
func (*Selection) RemoveClass ¶
func (*Selection) ReplaceWith ¶
func (*Selection) ToggleClass ¶
Click to show internal directories.
Click to hide internal directories.