jquery drag and drop
- by eba
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:
        
            
                
                    
...