Welcome Guest, Not a member yet? Register   Sign In
Cannot load javascript file into my view
#4

(This post was last modified: 05-24-2020, 08:56 AM by InsiteFX.)

This is why we always use an assets folder where index.php is.

index.php
assets
-- css
-- js
-- img
-- images
-- plugins

etc;

Then you can use this to display the it.

Code:
<script src="<?php echo base_url('assets/js/graph.js'); ?></script>
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Cannot load javascript file into my view - by InsiteFX - 05-24-2020, 08:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB