[jQuery] Access Settings in a "Sortable" Element

[jQuery] Access Settings in a "Sortable" Element


Using the Interface Plugin, I have created a "Sortable" element:
jQuery('#rank-products').Sortable();
In there I have passed params like:
handle: 'td.rank-handle'
Is it possible to reference that param? I am trying to call it in a
function later, and I would like for this to be more generalized so
that I don't have to update a bunch of different spots if I ever
change something.