1

In GoQuery, how do you use it properly to modify the style of a certain element in a loop? I am currently unable to find it in the documentation.

doc.Find("class[id=needsclick]").Each(func(i int, s *goquery.Selection) { 
 // not too sure what to put here

        })
i7solar
  • 39
  • 5

0 Answers0