|
$(function() {
$('#slideshow').cycle({
fx: 'scrollVert',
speed: 500,
timeout: 0,
pager: '#nav',
before: function() {
$('#caption').html(this.alt);
}
});
});
|
$(function() {
$('#slideshow').cycle({
fx: 'scrollVert',
speed: 500,
timeout: 0,
pager: '#nav',
before: function() {
$('#caption').html(this.alt);
}
});
});