For my website, I need to find a library to put Tags in square boxes like Stackoverflow does. And when you put your mouse on the tag, a screen shows up. On that screen, you can display a long text and links.
Does anyone know such a library ?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are looking for a Tag like feature (the one you insert in Questions) you can use this JQuery Plugin called tagit here’s an example using tag it
The javascript code..
And the html
As for the function where you hover and display a long text and links, I think you should implement that on your own,