how to initialize the jquery balloon when the controls are added dynammically

how to initialize the jquery balloon when the controls are added dynammically

Hi Friends

I am creating rows dynamically for a table and each will have textbox.

In this scenario how can I initalize the balloon like the code below

$(function() {
  $('selectors '). balloon (options );
});