[jQuery] Interface slideshow

[jQuery] Interface slideshow


I've been trying to make a slideshow with interface, but cant make it work.
In fire fox I get the error "slideshow has no properties". here my code
$(function() {
    $.slideshow({
        container : 'myshow',
        images : [
            {
                src: 'slideshow/august05rakscraps_tahera_preview.jpg',
                caption: 'one'
            },
            {
                src: 'slideshow/Black-Squirrel-pushpins-preview.jpg',
                caption: 'two'
            },
            {
                src: 'slideshow/dana-zarling-sweetbaby-preview copy.jpg',
                caption: 'three'
            }
        ]
    });
});
<body>
    <h1>Simple Interface Slideshow Demo</h1>
    <div id="myshow"></div>
</body>
I am using jquery rev 249 and the current interface code
--
View this message in context: http://www.nabble.com/Interface-slideshow-tf2236443.html#a6201093
Sent from the JQuery forum at Nabble.com.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/