draggable button using jQuery UI

前端 未结 6 1366
北荒
北荒 2020-12-10 03:15

I can easily make a

element draggable, but not a
6条回答
  •  一整个雨季
    2020-12-10 04:10

    Its not a bug , use this, $('input[type=button]').draggable({cancel:false}); You need to cancel the default click event of the button.

提交回复
热议问题