Jquery load() doesn't load script tags in div
问题 Page 1 has a Menu with id (#navigation), with a link called Page2 and DIV with id (global_content) that shows contents when the link Page2 is clicked. In the same page (Page 1) I wrote a jquery load function, so that when I click the link it should display the content without page reload. The load event works fine, the content is shown, but without the script tags that the Page 2 has. This is the code in Page 1 <script> jQuery(document).ready(function() { //jQuery('#navigation li a').click