I have jQuery .load()
function like in load_to.html page
$(\'#targetID\').load(\'/load_from.html #bodyPart, script\')
However,
From jQuery's documentation for .load():
jQuery uses the browser's .innerHTML property to parse the retrieved document and insert it into the current document. During this process, browsers often filter elements from the document such as
,
, or
elements.
To load scripts, you should create elements yourself in the document's
:
$('