javascript - Sortable panels, removing draggable functionality from certain elements within -
i have jquery ui sortable list multiple panels within.
unfortunately due draggable functionality, it's impossible highlight/copy text within panels.
therefore, need header (green bar of course) of panel draggable , panel body excluded functionality.
anyone have experience this?
current code out-of-box standard:
$('.ui-dropzone').sortable({ connectwith: ".ui-dropzone", placeholder: "ui-state-highlight" })
use handle option define selector can used drag with
$( ".selector" ).sortable({ handle: ".handle" });