I need to know if there is any event that fires when an element get completed rendering. I have a div say with id A. Now I am creating and rendering that div with ajax and need to access elements inside div. How can I do it. Tried with $(‘#A’).init(). It is not working.
Share
If you are updating your div with an ajax-call, a callback function can be added to the parameters. This callback function will be run once the ajax-call completes: