Use GoQuery to modify style?

98 Views Asked by At

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

        })
0

There are 0 best solutions below