.animate() not working for me...
I'm trying to get a div#calendarContainer to scroll left -183px on click; everything looks right, but its not working...
- $('ol.days li.previous a').click(function() {
$('#calendarContainer').animate({ left: '-=183px' }, 1500)
});