i have a bunch of images that are positioned absolutely, i want to be able to click a button and have them all animate to where they would normally be on the page if they had th
However, you could check the element's current location (call .position()), set the position to relative, and animate from the original location to the current one.