[jQuery] AJAX and javascript?

[jQuery] AJAX and javascript?


Has anyone ever had incompatibility when getting an external file via
the simple function
function loadContent(id) {
            $("#ajaxContent").load("externalFile.aspx?program="+id+"");
        }
The external file I'm getting uses the contains multiple Cases which
function fine when called. However, in one of the Cases I am
attempting to utilize jQuery accordion, which doesn't work at all when
pulled into the mother page. It does work on its own if you're on just
the externalFile.aspx page.
Furthermore, if I call the Case containing the accordion script, it
produces a blank page in IE (go figure)
Does this sound familiar to anyone? Having issues with loading
external file elements that contain JS?