jQuery UI: Droppable ('drop' event, tolerance: touch ) bug in safari (mac)
问题 I am not able to solve the following problem: The below code works in all browsers of mac as well as windows, except that it works partially on macs safari(5.1.5) . Note: It works on windows safari(5.1.5). This is the basic structure : $(".div2" ).droppable({ accept: '.div1', tolerance: 'touch', drop: function(){ alert('dropped'); } }); So, basically when div1 touches div2 , drop event should be triggered. But the above case does not trigger the drop event. The only case (shown below) that