[jQuery] Remove and Recall Function? css Positioning question

[jQuery] Remove and Recall Function? css Positioning question


I'm using the excellent TimePicker plugin (http://labs.perifer.se/
timedatepicker/) and it works amazingly well; however, as the DOM is
ready it positions the time select right above the input field:
His code:
$tpDiv.appendTo('body').css({'top':elmOffset.top,
'left':elmOffset.left}).hide();
The problem is that I am toggling an element vertically and when the
page grows the resulting list remains in the original position. Is
there any way that I can remove a function and recall it when I'm
toggling?
I would unbind it but it's not based off of an event. Essentially
it's just a function call:
$("#messageTime").timePicker();