BACKGROUND: I am loading dynamic HTML and its content via the success function of a $.ajax( ) call. After it has been loaded I would like to give the user the opportunity to manipulate it using Javascript. In order to achieve my goal I foresee the use of both Javascript and CSS.
QUESTION: Where and when in the document should the Javascript be entered? For example, in the $(document).ready() function? Please explain why.