[jQuery] Add events and functions to ajax content

[jQuery] Add events and functions to ajax content


I have some html that is brought in through ajax which itself has some
jquery functions attached to it. These are not working unless I
include a document ready in the content that is pulled through with
ajax. This in turn conflicts with my pages jquery document load. Is
there a way to avoid this?