I believe there’s a tolerance option that allows you to just touch the line.
$("#drop-em > li > span").droppable({
tolerance: "touch",
drop: function(ev, ui) {
etc....
I believe there’s a tolerance option that allows you to just touch the line.
$("#drop-em > li > span").droppable({
tolerance: "touch",
drop: function(ev, ui) {
etc....