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.

example

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" }); 

Popular posts from this blog

php - How should I create my API for mobile applications (Needs Authentication) -

5 Reasons to Blog Anonymously (and 5 Reasons Not To)

Google AdWords and AdSense - A Dynamic Small Business Marketing Duo