I move some elements inside the link ( You prevent default behavior from taking action on links, buttons and likes Check for more information. a ) Drag and drop) allows the user to leave it, it redirects the browser to
href moved element. How can I allow that element to be clicked and dragged? I use the plugin.
preventDefault () ; By using
$ (".selector") .draggable ({stop: function (event, ui) {// Some things have ended when you drag your element event. PreventDefault ();}});
Comments
Post a Comment