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?

Reply via email to