i open jquery.jcarousel.pack.js and replace

|loop|ol|infinite|an|ul|cause|will|This|items|set|No|jCarousel|alert|

by

|loop|ol|infinite|an|ul|cause|will|This|items|set|No|jCarousel|isNaN|

this is a dirty solution  but work


On 24 nov 2007, 19:30, sukhminder <[EMAIL PROTECTED]> wrote:
> Hi Jan,
>
> Yes i have included the core css file. You can see the live site 
> at:http://www.ranglapunjab.net/
>
> Thanks for the reply.
>
> On Nov 24, 10:23 am, Jan Sorgalla <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi,
>
> > On 23 Nov., 13:36, sukhminder <[EMAIL PROTECTED]> wrote:
>
> > > I haveimplementedjCarouseldynamicallyloadingimageswithAJAX. It
> > > runs fine until I click some other link on the page and it shows me
> > > the following error: "jCarousel: Nowidth/height set for items. This
> > > will cause aninfiniteloop. Aborting..."
>
> > > Below is the part of the code what I am using:
>
> > > function gallery() {
> > >         $('#cbody').html('<div id="mycarousel" class="jcarousel-skin-
> > > tango"><ul></ul></div><div style="padding:10px;align:center"
> > > id="dspPic"></div>');
>
> > >     $('#mycarousel').jcarousel({
> > >             scroll: 6,
> > >         itemLoadCallback: mycarousel_itemLoadCallback
> > >     });
>
> > > };
>
> > > function mycarousel_getItemHTML(url)
> > > {
>
> > >   var url_m = url.replace(/small/g, '');
>
> > >     return '<a href="javascript:showPic(' + "'" + url_m + "'"
> > > +')"><img src="' + url + '"width="75" height="75" border="0"/></a>';
>
> > > };
>
> > > function showPic(picurl) {
> > >         $('#dspPic').html("<img src='" + picurl + "' border='0' /
>
> > > >").animate({height: 'show',    opacity: 'show'}, 'slow');
> > > }
>
> > > Thanks!
>
> > did you included the core css file (jquery.jcarousel.css)?
>
> > Jan- Hide quoted text -
>
> > - Show quoted text -- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -

Reply via email to