Hello! My name's , I'm using qTip at http:// and I think it's !

Note: Points will be deducted for bad grammar and spelling... and sentences that make no sense!

 

Image preload plugin

Overview

This simple plugin attempts to fix positioning issues caused by using images in your content without explicitly defined height/width attributes. The plugin pro-actively preloads and attaches said images to the DOM in advance of the tooltip being rendered. It's primarily useful for people who use qTip for things like lightbox functionality (using the Modal plugin) with large images such as wallpapers.

Back to the top

Installation

Once you've downloaded the plugin, installating is simple and only requires you to prepend the plugins JavaScript file after the core qTip file:

<!-- jQuery and qTip core libraries -->
<script type="text/javascript" src="js/jquery.1.4.2.min.js"></script>
<script type="text/javascript" src="js/jquery.qtip-2.0.min.js"></script>
<!-- Your extra plugin files -->
<script type="text/javascript" src="js/jquery.qtip-2.0.preload.min.js"></script>

Note

If you downloaded the plugin when you first got qTip, and are using the combined file from the ZIP this step isn't required.

Back to the top

Usage

This particular plugin requires no additional user configuration. In order to utilise it, simply install it as shown above and the rest is magic!

Back to the top