JQUERY didn't load the file

JQUERY didn't load the file

hi, everybody i'm new in jquery.


  1. <div id="show"></div>
  2. <script type="text/javascript" src="<?= base_url('assets/'); ?>js/jquery.js"></script>
  3. <script type="text/javascript">
  4.     // $(document).ready(function() {
  5.     //     setInterval(function() {
  6.     //         $('#show').load('data.php')
  7.     //     }, 1000);
  8.     // });
  9. </script>


i've been working on my final project and i'm trying to get data from database in real time using jquery but it didn't work. here is the code:
i'v tried open the data.php and it looks like what i wanted.
thank you all for your respond