Welcome Guest, Not a member yet? Register   Sign In
Uncaught ReferenceError: $ is not defined - Datepicker - Codeigniter 3
#3

(This post was last modified: 04-18-2019, 08:41 AM by hc-innov.)

If jou want to use base_url() helper , you must load the helper in your controller:

PHP Code:
$this->load->helper('url'); 


and try (with the first slah before assets):

Code:
<script type="text/javascript" defer src="<?php echo base_url(); ?>/assets/testelib/jquery-ui.js"></script>
Reply


Messages In This Thread
RE: Uncaught ReferenceError: $ is not defined - Datepicker - Codeigniter 3 - by hc-innov - 04-18-2019, 08:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB