basically what i want to do, is to select an image (thumbnail, from a drop down list, whatever - that part's unimportant), and have predefined points on that image, that instantly snap it in place to a certain point on another image.
something like:
object a ---> snap target a
object b ---> snap target b
(so "object a" would automatically snap to "snap target a", when "object a" is clicked).
i'm assuming this would be fairly complex, so even a point in the right direction (would this involve image mapping? svg? jquery draggable grid stuff?) would be appreciated.
and yes, i am aware that i really have no idea what i'm talking about O_O