Easy way to add info buttons (?)

I want to add the little buttons that many web pages have that are just a circle with? in the middle, and on click - a small dialog box with information. Is there an easy way to do this?

+3
source share
4 answers

Do you mean something like this ?

This can be done using jQuery, an example here . ( see demo )

And much more with google here .

Good luck


You said javascirpt is not Query, so here it goes . See Demo here .

0

title HTML ? , , jQuery.

+2

jQuery is probably what you are looking for. This is a JavaScript environment in which there are many plugins available, some of which do what you want.

One http://flowplayer.org/tools/tooltip/index.html . You can search for others at http://plugins.jquery.com/ or by google searching for the "jQuery tooltip".

+1
source

Can be done with jquery and css. Lots of examples.alt text

I suggest using Simpletip :)

+1
source

Source: https://habr.com/ru/post/1781768/


All Articles