I came across a strange scenario. I used jquery's data function to store a row element with several td columns and some event handlers on those columns. When I try to retrieve that row element in another function I don't find the events in the data('events') on that element.
Do the event handlers get skipped while using jquery's data function?