[jQuery] move object with all events.

[jQuery] move object with all events.


Sorry about my grammar, English isn't my tango
$("#elment").click ( function () { alert('ok') } );
Now, when I move the element:
$("#element").insertAfter( otherElement);
The click event is automatically unbind. How Can I fix it?