PDA

View Full Version : jQuery Multiple Slideviewer query (pretty simple query)


Industries
06-13-2009, 05:02 PM
Hi all. I'm trying to use slideviewer (http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html).

I'm not having any trouble running one instance of the gallery but cannot seem to get two to work! It just says "loading..." (the alt for the loading.gif that I don't have/like), as you'll see.
I'd like to eventually have 4 or 5 on this page but would be content right now with figuring out two.

I've tried a bunch of different things but can't seem to get anything to work. I don't know much about JavaScript, so it could be a rather simple solution.

In any event the link is as follows:
http://www.schechter-industries.com/work/proposalpics1.html

I think the problem probably lies here but it beats me:
<script type="text/javascript">
$(window).bind("load", function() {
$("div#number1").slideView({
easeFunc: "easeInOutSine",
easeTime: 500,
toolTip: true
});
$("div#number2").slideView({
easeFunc: "easeInOutSine",
easeTime: 500,
toolTip: true
});
});
</script>

Thanks very much, friends!

EDIT: I moved this from the other javascript forum.