What i have so far is this
$(function(){
$("#click").click(function(){
$("#slide").animate({marginLeft:'100px'},'slow');
});
});
Heres a link to a demo
Which works only once, but if i try to click the link again, Nothing happens
how do I make it so it works more like a slideshow? so everytime I click, it slides left
Something like this. You use
+=expression: