Problem while iterating over future elements jQuery

Problem while iterating over future elements jQuery

I have a container div element and i am creating several div's dynamically in future.Moreover i have several elements in each div which is created in future.I want the value of each element for generating a ajax request to the server.

For eg: i have two div's i will use the value of each element in each div for generating the request.
   For 3 div's,i will use the value of each element in each of the three div's for generating the request.

 So what i have done is iterate over the children of the container div and then get each of the elements value.
 But i am not getting the div which is created dynamically during the iteration.

I think this is due to the fact that these div's are created in future.

Please provide a solution


Regards,
Ragesh Kumar A.K