I'm trying to pass the id in the function. no idea how to do it... :/
    $(function Myfunction(this) {
        $(this.id).udraggable({
            grid: [ 15, 15 ]
        });
    });
<img onclick="Myfunction(this)" src="files/pic/Website.png" id="Website">
 
    