Thought I'd update my own post!
I've managed to solve this problem by adding $(this).css("position",""); to
the onStop function:
$("div.article").Draggable({
containment: "document",
revert: true,
insideParent: false,
snapDistance: 10,
onDrag: function() {
$("#Countries").hide();
},
onStop: function() {
$(this).css("position","");
}
});
--
View this message in context:
http://www.nabble.com/Interface-Draggable-problem-tf2451893.html#a6852627
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/