Jquery image swapping

Dear All,
I got a page here http://183.78.169.53/tyre2/page2.html. What I would like to do is enable swapping between the black images? I would like to drag and drop to another image and that image will fill up the dragged earlier image position? Any idea?

Well you’re first going to need some drag and drop functionality.

HTML5 Rocks - Native HTML5 Drag and Drop
jQuery UI - Demos & Documentation

After that, it’s just about replacing the src of the element (that’s the easy part).

Dear Mike,
HTML5 looks great but guess you need proper browser to support it right? Another thing I have got a swap thing working via jquery will get back to you incase I got stuck. Thank you.