Adding and finding classes that is dynamically added to body – jquery

Is there any way to add classes or alter objects that is dynamically added to the body?

I am adding a range of objects to the body by javascript.
Fot instance Im adding some links that is dynamically generated and added to the body. When they are loaded I need to elect the first of the divs and add a new class to it.

I can’t seem to find any way to do this… Update the DOM or how should I go around this? There must be a way to alter dynamically added objects.

Any clues?

Thanks for any help!

newest questions tagged jquery – Stack Overflow

About Admin