Versions in this module Expand all Collapse all v0 v0.12.2 Apr 12, 2017 Changes in this version + type HTML struct + func (HTML) ParseHTML(ctx context.Context, src string) (Selection, error) + type Selection struct + func (s Selection) Add(arg goja.Value) Selection + func (s Selection) Attr(name string, def ...goja.Value) goja.Value + func (s Selection) Find(sel string) Selection + func (s Selection) Text() string