.load()
will delete all script tags from the load html content(Both in Chrome and Firefox). But I have to use .load()
to refresh part of the web pages and the loaded contents always contain <script src="xxxxxx"></script>
and <script>
, which cannot be put to external files. Can anyone give some advice?