Description
Hi, i have problem with onDone
callback which i were though it should be like jQuery $(document).ready(). However seem to me onDone
callback sometimes call to soon before new loaded DOM is ready ( rendered to page ). So when i call for example jQuery $('.new-loaded-element')
some times it is not found, i must put some setInterval()
check untill new element is appear. It is feel hacky and we can't make general function to call after the new DOM loaded by SPF is ready.
Hopefully SPF can have callback which called when the new DOM is really loaded to the document. Is that possible?