Hi, I've been playing around with the jcarousel plugin for jquery and it works really great. However I am getting annoyed by the fact that every time I open up firebug or resize the window fo my browser, jcarousel automatically forces the prev() function to be executed.
I had a look at the code and it appears that this is caused by the "this.funcResize" property. Does someone know the purpose of this? Is it just an undocumented feature? If so, what is the logic of forcing the carousle to move to the previous item when the page is resized? Thanks in advance, Domaa.