views:

33

answers:

1

Hi,

im using jquery bind,detach etc etc but i found this link which is worth but i donno the exact thing in it

http://tiny.cc/1sdz2

please anyone explain in detail about this.

Thanks, Nithish

+1  A: 

It's telling you how to bind and trigger event handlers on detached nodes outside the DOM. It also tells you that if you attach the node to the DOM then the event handlers are removed.

Preet Sangha