[jQuery] slideViewer now works with the toolTip plugin!

[jQuery] slideViewer now works with the toolTip plugin!


http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html
Hi all.
I think i'm done with this plugin.
It is becoming a monster so it's better to leave it as it is now.
Added in the past 24H:
1) a tricky preloader wich equally works for FF, Opera and IE7
2) added the 'support' for the tootip plugin from bassistance.de
Now if you wish to make a gallery with *custom* easing effects, *fancy
tooltips* from a SINGLE unorder list with an unknown number of images
of an unknown size, you just need to:
a) write your list of images
b)
$("div#mygaltwo").slideView({ easeFunc: "backinout", easeTime: 1200,
toolTip: true });
et voilĂ , you get a gallery.
How fun is jQuery!?
Ciao
GC