There are many tutorials on how to make things draggable on a web page. jQuery is one of the easiest ways. You don’t even need the jQuery UI, just a little help from the mouse direction function and maybe some optional manipulation. But what if you don’t want to touch the jQuery code and still …