I dynamically have to call a Javascript after a tag is rendered. Is it possible? I am doing some Ajax call which on return should repaint a DIV tag. And it is repainting successfully. I need to fire a Javascript method AFTER the DIV tag is repainted. How to do that?
Thanks
Or am I missing something here? 🙂 Maybe you want to do the painting thing when the request is finished, but still i don’t see any problem here.