How do you make a javascript popup like the ones on AllTop.com
开发者_如何学CI need to make simple javascript popups like the ones on alltop.com (when you hover over the links). Is there a jQuery plugin for this?
Search for "jQuery tooltip", there exist plenty.
http://www.google.nl/search?q=jquery+tooltip
There's probably a ton of jQuery plugins for this. One of my favorites is qTip.
It's called "tip" :) .. There are several plugins that could be useful to you.
I.e. :
- http://code.drewwilson.com/entry/tiptip-jquery-plugin
- http://plugins.learningjquery.com/cluetip/demo/
精彩评论