help for using options with selectable

help for using options with selectable


Si there something wrong with these lines, I don't manage to get the
ending event of the selection:
$(document).ready(function(){
$("#myList").selectable({
stop: function() { alert("stop"); }
});
});
I tried to add 2 arguments in the callback function, but it does not
work.
(I am using jquery_latest).
Thanks,
Eric