Originariamente inviato da Xinod
http://docs.jquery.com/Traversing/next
jQuery("ul a ").click(function() {
var o = this;
o.next();
actMostraNascondiBlocco(o);
});

mi sto perndento...