Re: [jQuery] Starting image

2006-12-01 Thread Jan Sorgalla
Hi, i've updated jCarousel again to accept a new option "itemStart". So, just do: function itemFirstInHandler(carousel, li, idx, state) { $.cookie('map', idx); }; jQuery(document).ready(function() { jQuery('#mycarousel').jcarousel({ itemStart: $.cookie('map'), itemFirst

Re: [jQuery] Starting image

2006-11-30 Thread agent2026
Hello again, Still having a little trouble with this. I can get it to scroll, but when I try to use the cookie value it's always being reset to the last image, and scrolling there. Pretty sure I'm doing something wrong with the handlers, but not sure which I should use. I've read the documenta