Tell me, there is such a div and code, but for some reason drag diva does not occur. What could be the error, tell me?
<div id="block" style="z-index: 33; left: 50%; top: 50%; margin-left: -222px; margin-top: -150px; display: block; ">некоторый текст</div> <script> $(function () { $("#block").draggable(); }); </script>