/ Published in: jQuery
Expand |
Embed | Plain Text
$('.next').click(function() { $('#foobar').animate({left: '-=1000px'}, 200); }); $('.previous').click(function() { $('#foobar').animate({left: '+=1000px'}, 200); });
You need to login to post a comment.
