I'm using the following code to move bootstrap windows:
$('#divform').modal({
keyboard: false,
show: true
});
//Jquery draggable
$('#divform').draggable({
handle: ".modal-header"
});
That is, I have to make use of explicit jque...
asked by
17.02.2016 / 13:27