jquery
jquery copied to clipboard
GopherJS Bindings for jQuery
Results
3
jquery issues
Sort by
recently updated
recently updated
newest added
hey, a nitpick I noticed when looking at JQuery: some of the naming doesn't follow Go style for initialisms https://github.com/golang/go/wiki/CodeReviewComments#initialisms examples that go against this: SetHtml(), Css(), Html() etc.
There may be other such instances, but at least the two functions `ToArray()` and `Each()` iterate over elements of a jQuery object, exposing each element as another jQuery object in...