HI to every:
I'm newbie with jQuery. Right now I'm involved in a project in wich I need 
build a slideshow. I do a research and found YUI SlideShow, Dojo Widget and 
jQuery (from Interface Elements) maybe exists anothers but I like a lot jQuery 
because I found it easy to learn.

I download the needed files and put in my server. Then I made a simple page to 
test it and get some mistakes and I hope that any here can help me with that.

The Javascript code is this:

$(document).ready(
            function()
            {
                $.slideshow(
                    {
                        container : 'banner',
                        loader: 'themes/simpro/images/sl/indicator.gif',
                        linksPosition: 'top',
                        nextslideClass: 'nextSlide',
                        prevslideClass: 'prevSlide',
                        captionPosition: 'bottom',
                        fadeDuration : 700,
                        autoplay: 5,
                        images : [
                            { src: 'themes/simpro/images/sl/slide1.jpg' },
                            { src: 'themes/simpro/images/sl/slide2.jpg' },
                            { src: 'themes/simpro/images/sl/slide3.jpg' },
                            { src: 'themes/simpro/images/sl/slide4.jpg' },
                            { src: 'themes/simpro/images/sl/slide5.jpg' },
                            { src: 'themes/simpro/images/sl/slide6.jpg' }
                        ]
                    }
                )
            }
        );

The errors are:
1) In links I get this string " 
123456NaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaN"

Why that?
2) If I don't want any link, how I do this?
Regards and thanks in advance
--
ReynierPM | 5to Ing. Informática
Aprendiz de mucho, maestro de poco.



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to