[jQuery] ANNOUCE: slideView plugin released

[jQuery] ANNOUCE: slideView plugin released


Hi all.
After a bit of trials i ended up with this plugin.
http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html
Basically it is possible, into any page (blog), to insert an unordered
List of images inside a DIV such as
<div id="myinstantgallery">
    <ul>
        <li><img alt="abc defrg thysu ooip jkifbtg fff" src="ts/
200523419-001.jpg" /></li>
        <li><img alt="abc defrg thysu ooip jkifbtg fff" src="ts/
200527363-001.jpg" /></li>
        <li><img alt="abc defrg thysu ooip jkifbtg fff" src="ts/
200473460-001.jpg" /></li>
<!--ecctera-->
    </ul>
</div>
and slideView will add another list for commanding the image slide.
pretty easy and lightweight.
Note: I am a total newbye so this is my very first plugin!
Enjoy!
GC