Page 1 of 1

Dragable Div

Posted: Fri Jul 11, 2014 1:49 pm
by Joe Bohen

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' );


Dragable Div

Posted: Fri Jul 11, 2014 2:23 pm
by Joe Bohen

Hi,

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


Dragable Div

Posted: Fri Jul 11, 2014 2:26 pm
by Maryna Brodina

Hello!

Thank you for update! Do you need furthr help?