Suppose I've to attach some content to the page dynamically and it involves some HTML and some Javascript (by adding more script tags).
How do I know everything is ready (just like on page load I would do with jQuery $(..) )?
Or is it just fine to go on after the append operation completes?