Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

Dragable Div

Hi,

I have a html panel that has a div as below and want to make it drag-able using the code below but get an undefined error! how do I achieve this?

<!--<div id="chkpnl" data-role="content" data-theme="b" style="width:100%"
content including button
<--

var myObject = $( "#chkpnl" );
myObject.draggable( 'enable' );

Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

Dragable Div

Hi,

I have the awnser to enable the drag event by adding the draggable="true" attribute to the div.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Dragable Div

Hello!

Thank you for update! Do you need furthr help?

Return to “Issues”