JQUERY didn't load the file
hi, everybody i'm new in jquery.
- <div id="show"></div>
- <script type="text/javascript" src="<?= base_url('assets/'); ?>js/jquery.js"></script>
- <script type="text/javascript">
- // $(document).ready(function() {
- // setInterval(function() {
- // $('#show').load('data.php')
- // }, 1000);
- // });
- </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