https://github.com/siongui/gopherjs-tooltip
Tooltip in Go. Compiled to JavaScript via GopherJS
https://github.com/siongui/gopherjs-tooltip
frontend go gopherjs
Last synced: 22 days ago
JSON representation
Tooltip in Go. Compiled to JavaScript via GopherJS
- Host: GitHub
- URL: https://github.com/siongui/gopherjs-tooltip
- Owner: siongui
- Created: 2016-06-01T20:56:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-10T14:02:35.000Z (almost 9 years ago)
- Last Synced: 2025-02-10T00:51:12.488Z (3 months ago)
- Topics: frontend, go, gopherjs
- Language: Go
- Homepage: https://siongui.github.io/gopherjs-tooltip/
- Size: 127 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
==================
GopherJS_ Tooltip_
==================Development Environment:
- `Ubuntu 16.04`_ (``Chromium 50.0.2661.102 Ubuntu 16.04 (64-bit)``)
- `Go 1.6.2`_If you need tooltip written in AngularJS_, see [3]_.
Install
+++++++Install GopherJS_ and this package:
.. code-block:: bash
$ go get -u github.com/gopherjs/gopherjs
$ go get -u github.com/siongui/gopherjs-tooltipExample
+++++++See `example `_ directory. Also see Demo_.
UNLICENSE
+++++++++Released in public domain. See UNLICENSE_.
References
++++++++++.. [1] `GopherJS - A compiler from Go to JavaScript `_
(`GitHub `__,
`GopherJS Playground `_,
|godoc|).. [2] `css long word force line break - Google search `_
`Word-Wrap: Force Text to Wrap `_
.. [3] `[AngularJS] Tooltip `_
.. [4] `[Golang] querySelectorAll and querySelector Example by GopherJS `_
.. [5] `javascript set css - Google search `_
`JavaScript DOM CSS `_
.. [6] `golang settimeout - Google search `_
`node.js - nodejs setTimeout equivalent in Golang - Stack Overflow `_
.. [7] `[Golang] GopherJS Synonyms with JavaScript `_
.. [8] `GopherJS XMLHttpRequest (XHR) and MakeFunc Example `_
.. [9] `[Golang] GopherJS DOM Example - Access HTML Data Attribute `_
.. [10] `[GopherJS] Tooltip `_
.. _Ubuntu 16.04: http://releases.ubuntu.com/16.04/
.. _Go 1.6.2: https://golang.org/dl/
.. _Go: https://golang.org/
.. _GopherJS: https://github.com/gopherjs/gopherjs
.. _AngularJS: https://angularjs.org/
.. _UNLICENSE: http://unlicense.org/
.. _Tooltip: https://www.google.com/search?q=javascript+tooltip
.. _Demo: https://siongui.github.io/gopherjs-tooltip/.. |godoc| image:: https://godoc.org/github.com/gopherjs/gopherjs/js?status.png
:target: https://godoc.org/github.com/gopherjs/gopherjs/js