Mobile app version of vmapp.org
Login or Join
Mendez628

: Adding description for words on your website I am creating a website with a lot of programming language, and words that are related to programming and application development. Now I like the

@Mendez628

Posted in: #Api #Keywords #WebDevelopment

I am creating a website with a lot of programming language, and words that are related to programming and application development.

Now I like the idea to have a tooltip on certain words, let's say a word like php. When someone rolls over the word a small popup appears with a small text explaining what it is. Stackoverflow uses the same when you roll over a tag.

Is here an API that I can use to get the info on certain words, or should I create it myself.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Mendez628

1 Comments

Sorted by latest first Latest Oldest Best

 

@Vandalay111

you are looking for jQuery or similar type javascript/AJAX type stuff. What you trying todo has been done many times before and is available in many open source libraries, just find the right library and use it.

and mix it up with a free service yourself, someone asked this question before

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme