I can\'t figure out to animate marginLeft with jQuery. I need it to subtract 938px every time a user clicks on a link, which was working fine when I was using .css()>
.css()>
$("#full-wrapper #full").animate({ marginLeft: '-=938px' }, 500);