[jQuery] [AJAX] Problem with loading jquery through ajax

[jQuery] [AJAX] Problem with loading jquery through ajax


Hi,
I've got master page with menu. When I click on menu option new page
should be loaded (quite normal :P).
I'm trying to do that using:
$.post("hotline.aspx", function(data) { $("#load").html(data); });
And div "load" is populated with html, but it seems like it isn't
executed (there is f.e. jquery.js included, it's loaded - I've checked
with firebug - but it isn't executed).
When I open hotline.aspx in new window, everything is ok, but when
from master page - fail.
I was trying to do that with get, $.ajax, load, post but nothing is
changed. Should I fire some additional function after load completed?
Regards
Radek