[jQuery] Re: Problem with Jcarousel and Safari: next button disabled

2009-02-10 Thread InkSpeck
That fix worked for me in Safari version 3.2.1, but it broke in older versions of safari. The final solution for me was: if ($.browser.safari && $.browser.version < 523 ) { this.buttons(false, false); $(window).bind('load', function() { self.setup(); });

[jQuery] Re: Problem with Jcarousel and Safari: next button disabled

2009-02-10 Thread InkSpeck
I was having the same issue in Safari 3.2.1 All was well Safari 4 and Safari < 3. Your fix worked for the current safari version of 3.2.1 but broke older versions of safari so I've changed the line 184 to: if ($.browser.safari && $.browser.version < 523 ) { This seems to have fixed it for all

[jQuery] Re: Problem with Jcarousel and Safari: next button disabled

2009-01-26 Thread charlie.schams
I ran into a similar problem with jcarousel and Safari. I was creating new carousels after the page had initialized, and the default prev/ next buttons were always disabled. I tracked it down to a browser snoop at line 186: if ($.browser.safari) { this.buttons(false, false); $(window).b

[jQuery] Re: Problem with Jcarousel and Safari: next button disabled

2009-01-26 Thread gaurav_ch
Hi. I had a similar problem in safari but have not been able to find a solution to it. Contacted the author also but no reply from him either. Will let you know if i find a solution to it. On Jan 26, 2:33 am, kinesias wrote: > Hi, > > please check > outhttp://www.mirox-media.com/blog_add/media/