[jQuery] ajax in included content by ajax

[jQuery] ajax in included content by ajax


hello
I have some small problem and I don't know how to fix it.
I load content using this simple function
function loadContent(id) {
            $("#content").load("controller.php?module="+id+"");
        }
into <div id="content">here goes data</div>
but if data contains some part of html and js code, when I want to use
jquery (ajax query) it's not working!
I don't know why and I will be very greatfull if someone could help
me.
greets