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

Yes, I normally respect the tree architecture, bt this view is a very complex one so I changed it a little bit for the views of this specific controller. I solved it, the problem was that I wasnt giving the correct path now it is working with this code inside the view:
PHP Code:
<script>
    //loading assets
    <?=view('encomendas/js/dtArtigos.js');?>
</script> 
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