[jQuery] load() not loading my dynamic page

[jQuery] load() not loading my dynamic page


When I use load(), it works fine for static pages but doesn't seem to
work for my dynamic page.
This is what I'm doing:
$('#mydiv').load('my/page');
FireBug shows that the response is coming back just as it should. Any
thoughts?