$(document).ready(function(){ $("#tnext").click(function(){ $("#innerslider").append($("#innerslider span:first")); }); $("#tprev").click(function(){ $("#innerslider").prepend($("#innerslider span:last")); }); });