Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-13-2009, 05:02 PM   PM User | #1
Industries
New to the CF scene

 
Join Date: Feb 2009
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Industries is an unknown quantity at this point
Unhappy Multiple Slideviewer query (pretty simple query)

Hi all. I'm trying to use slideviewer.

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/...osalpics1.html

I think the problem probably lies here but it beats me:
Code:
 <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.
Industries is offline   Reply With Quote
Reply

Bookmarks

Tags
galleries, javascript, jquery, slideviewer

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:51 AM.


Advertisement
Log in to turn off these ads.