Found 3 bookmarks
Newest
PuerkitoBio/goquery - A little like that j-thing, only in Go.
PuerkitoBio/goquery - A little like that j-thing, only in Go.
goquery brings a syntax and a set of features similar to jQuery to the Go language. It is based on Go's net/html package and the CSS Selector library cascadia. Since the net/html parser returns nodes, and not a full-featured DOM tree, jQuery's stateful manipulation functions (like height(), css(), detach()) have been left off.
·github.com·
PuerkitoBio/goquery - A little like that j-thing, only in Go.