jquery-ui 1.9.1 ui-draggable not working with ie9 and ie10
问题 I am having trouble making .draggable work in IE 9 and 10. The main javascript packages used are: jquery-ui-1.9.1.min.js and jquery-1.8.2.min.js The code basically looks like this: creation.texts.resize = function(){ jQuery('.modification-text.active .creation-resize-handler').draggable({ start: function(event, ui){ ... some code ... }, drag: function(event, ui){ ... lots of code ... }, stop: function(event, ui){ ... some code ... creation.texts.resize(); } }); } It works perfectly fine with