$(document).ready(function(){
$("#pic").draggable();
$("#house").droppable();
});
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>