[jQuery] Re: jcarousel issues

2010-01-12 Thread Šime Vidas
The link doesn't seem to work...


[jQuery] Re: jcarousel issues

2010-01-11 Thread RoxAnne
I've uploaded my website to 
http://www.rivervalleycelebrationcenter.com/test/rvcc.html
so that you can see the issue.

The jcarousel at the bottom is showing the second set of items, and if
you press the 'next' button, it hides the first set and then won't go
back to it.

Hope this is what you're needing to see.

On Jan 11, 7:32 am, Šime Vidas  wrote:
> I am completely unable to help you based on your supplied info.
>
> NOTE! Instructions how to make it easier for us to help you:
> 1. Go herehttp://vidasp.net/HTML5-template.html
> 2. Copy the code into a text-editor.
> 3. Write a simple demo demonstrating your problem.
> 4. If you have an active hosting, put the demo online and reply the
> link here.
> Otherwise, copy the complete code and reply it here.


[jQuery] Re: jcarousel issues

2010-01-11 Thread Šime Vidas

I am completely unable to help you based on your supplied info.


NOTE! Instructions how to make it easier for us to help you:
1. Go here http://vidasp.net/HTML5-template.html
2. Copy the code into a text-editor.
3. Write a simple demo demonstrating your problem.
4. If you have an active hosting, put the demo online and reply the
link here.
Otherwise, copy the complete code and reply it here.


[jQuery] Re: jCarousel issues... need to auto-scroll after page refresh

2009-05-11 Thread uberschweiz

I'd appreciate a little help from anyone — especially Jan Sorgalla!
Where are you Jan, holiday?  ;)


On May 4, 9:21 pm, uberschweiz  wrote:
> I have thejCarouselworking well. However the functionality I'm
> looking for seems to be easy with the callbacks available -- I just
> have no clue how to achieve this.
>
> Here's my javascript in the :
>
> 
>
> jQuery(document).ready(function() {
> jQuery('#mycarousel').jcarousel({
> easing: 'EaseInOutExpo',
> animation: 1000,
> scroll: 7,
>
> });
> });
>
> 
>
> Once the thumbnail is clicked in the carousel and the page refreshes,
> the  is given an additional class called 'current' — just an fyi.
>
> If I click a thumbnail that is not in the first series of 7
> thumbnails, after the page refreshes, thejCarouselis not auto-
> scrolling to the selected item. (There are about 20 items total in the
> carousel)
>
> Anybody have a suggestion?
>
> Send me an email if you like and I can provide access to the example
> site.
>
> Thanks