$(document).ready( function() {

$("img.grid").each( function() {
	$(this).draggable();
});

});

