i want the draggable object to revert back to its original position when i click a button.
i used \'destroy\' option but it doesnt seem to work. it disables the dragging but
I've made some assumptions, such as the nextImg object having an id of "nextImg" so that I can bind the click event using jQuery (one less step in the javascript event binding process?) I'm also assuming that you don't really want to destroy the drag functionality.