question with .load with DIV

question with .load with DIV

when use .load to link DIV to a subpage

like this:
  1.     $('div#test').load('test_1.html');
if 'test_1.html' has javascript .load will not load this page's javascript.

is there anyway to let me load this page's javascript?