[jQuery] jQuery.get filtered JavaScript Tag

[jQuery] jQuery.get filtered JavaScript Tag


When using jQuery.get to fetch remote contents, the content inside the
<script> tag will be removed and therefore not executed.
Is it possible to incluce the script tag and run it automcatically
when using jQuery.get ?
Thanks.