So do we know why the funcResize() function is there? For mine it seems that there is no purpose for this function at all.
Cheers, Domaa. On May 23, 7:22 pm, Jan Sorgalla <[EMAIL PROTECTED]> wrote: > Hi, > > i fixed that in the current version. > > Jan > > On 19 Mai, 18:48, Jeff Kenny <[EMAIL PROTECTED]> wrote: > > > I noticed this message after I posted mine, but apparently this > > "this.funcResize()" function is also what's causing IE 6 and 7 to > > scrollback when an item in the list is clicked. Here's my message: > > >http://groups.google.com/group/jquery-en/browse_thread/thread/188eed4... > > > I commented out the prev() function and it doesn't seem to have hurt > > anything - but I'd love to hear from the author or a contributor as to > > why they thought it was necessary in the first place...I don't want to > > break something unwittingly. > > > thanks! > > > On May 16, 2:21 am, Domaa <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I've been playing around with thejcarouselplugin 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,jcarouselautomatically 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.