Salve a tutti, ho trovato in rete questo script
e doveri aggiungere e frecce per andare avanti ed indietro nello slide, sapete come posso farE? sto cercnado in rete ma non trovo rispote T.Tcodice:$pictures.delegate('img', 'click', function () { $('#loadingStatus').fadeIn(); var src = this.src.replace(/_s/, ''); $('<img>').attr('src', src).load(function () { $main.empty().append(this); $('#loadingStatus').stop(true, true).fadeOut(); }); });