I want to make an app looks like windows explorer. I was search what i need to build my app.
- dragable
- ajax for request
- etc.
for ajax i was found. and it work as well. but i have problem with jquery moveable div (I found it from csstrick) you can see what i was did from codepen with this link
my question is : how to create jquery movable but only header can move a whole div.? please dont suggest me to use jquery ui or jquery easy ui. i just want to build my app from 0, not using ready framework like ui/easyui. i dont know much about jquery/javascript. but with this app, i want to learn, that why i'm not using ui/easyui.
if you have link/google suggest keyword pleas tell me. sorry for my grammer or my language.
Thanks for adv.
EDIT 1:
let say for dummy code is like this.
<div class="move">
<div class="title">This is title</div>
<div class="content"></div>
</div>
if i use code from csstrick like what i was doing in example in codepen. i can move div in move
area. but i want is i can move move
div just from .title
.
EDIT 2. This LINK is original csstrick script
EDIT 3.
I was found what i want.