make bootstrap twitter dialog modal draggable

后端 未结 9 2291
野性不改
野性不改 2021-01-30 08:43

I\'m trying to make bootstrap twitter dialog modal draggable with this jquery plugin:

http://threedubmedia.com/code/event/drag#demos

but it doesn\'t work.

<
9条回答
  •  粉色の甜心
    2021-01-30 08:56

    $("#myModal").draggable({
        handle: ".modal-header"
    }); 
    

    it works for me. I got it from there. if you give me thanks please give 70% to Andres Ilich

提交回复
热议问题