jquery drag and drop
Posted
by
eba
on Stack Overflow
See other posts from Stack Overflow
or by eba
Published on 2010-12-21T09:52:57Z
Indexed on
2010/12/21
10:54 UTC
Read the original article
Hit count: 255
jQuery
I'm using JQuery draggable. If a table is in div then I can move this div with the table. When there is an input-button in the div then it doesnt move. Why?
$(".multidraggable").draggable();
doesnt work:
<div class="multidraggable" style="display: inline-block;">
<input type="button" value="????? ?? ??????????? ????? ??? ??? ”??????”" id="button1" style="font-family:arial; width: 200px; height: 80px;max-height:80px;max-width:200px; font-size:15" />
</div>
works:
...© Stack Overflow or respective owner