Software by tag 'popup'

TopUp – Javascript Library For Pop Up And Lightbox

December 7th, 2009 in Resources | 3 Comments

TopUp is a cross-browser compatible Javascript Library for creating popups to display images and web pages. To maintain the cross-browser compatibility, TopUp is jQuery and jQuery UI driven. However, Prototype developers can use TopUp along with Prototype by including TopUp before Prototype.

TopUp able to display various contents while maintaining your HTML code 100% clean. For example, it can display web pages, images, Flash, Yuotube, QuickTime, iframes and DOM elements. TopUp is compressed with Yahoo! YUI Compressor so that it is small in size and load faster.

Topup - Javascript Library For Popup/Lightbox

(more…)

15 jQuery Plugins To Create A User Friendly Tooltip

June 22nd, 2009 in Javascript, Resources | 66 Comments

Tooltip is a good way to show extra information when user hovers the cursor over an element. The “hover box” will appear when the mouse hover in, and disappear when the mouse hover out.

If the tooltip is being used appropriately, it can improve our site’s user friendly level, and also save us a lot of spaces. Today, we are going to see 15 jQuery plugins to create an user friendly tooltip.

1. qTip

qTip is an advance tooltip plugin which provides tonnes of features like rounded corners and speech bubble tips.
qtip

2. jQuery Tools/Tooltips

This tooltip plugin can contains any HTML element such as links, table, forms, and images. Implementing this plugin is very easy. The default effects are sliceup and toogle. However, you can easily build your own effects.
jquery-tools-tooltips
(more…)