Welcome Guest, Not a member yet? Register   Sign In
include javascript in CI4 view
#7

(This post was last modified: 11-12-2024, 04:03 AM by InsiteFX.)

All of your resources should be under root.
there is a index.html file in all folders that stop access to them look at the app/Views/index.html file.
root
     -- app
     -- system
     -- public ( All resource's under here ) 
         -- assets
            -- css
            -- js
            -- images
            -- etc;

// Then you can load like this
Code:
<link href="<?= base_url('assets/bootstrap/css/bootstrap.min.css'); ?>" rel="stylesheet">
<script src="<?= base_url('assets/js/encomendas/dtArtigos.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
include javascript in CI4 view - by jcarvalho - 11-11-2024, 09:15 AM
RE: include javascript in CI4 view - by warcooft - 11-11-2024, 10:46 AM
RE: include javascript in CI4 view - by jcarvalho - 11-11-2024, 11:06 AM
RE: include javascript in CI4 view - by InsiteFX - 11-11-2024, 11:33 PM
RE: include javascript in CI4 view - by jcarvalho - 11-12-2024, 03:42 AM
RE: include javascript in CI4 view - by InsiteFX - 11-12-2024, 04:02 AM
RE: include javascript in CI4 view - by jcarvalho - 11-12-2024, 07:31 AM
RE: include javascript in CI4 view - by InsiteFX - 11-12-2024, 11:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB