I was wondering how to make divs (panels) draggable.codepen.io (or jsfiddle) has a great example of this, where you can drag the make the html/css/javascript/result panels independently.There are a few different plugins out there. Most notably:http://www.jqwidgets.com/jquery-wid...tm#demos/jqxsplitter/defaultfunctionality.htmI'm looking for a simpler solution, or an accepted practice of adding this functionality to my site.Thanks!