2009-10-01から1日間の記事一覧

draggable

エレメントをドラッグ移動可能にする。firefoxのみ。Greasemonkey内で使うことを想定 例: <div style="width:100px;height:100px;" id="hoge"> どらっぐ移動可能 </div> <script> draggable('hoge'); </script>