I am using pqgrid in combination with jqueryBubblePopup, which does not work with dynamically loaded DOM elements
So every time I do one of the following
1. change the page in the grid
2. change the number of items per page
3. click a refresh grid button
content seems to get reloaded and bubblepopup plugin stops working.
Is there some event I could use to reinitialize the bubblePopup, every time the grid content gets reloaded?