Welcome Guest, Not a member yet? Register   Sign In
Adding JavaScript to head in view
#1

[eluser]Bazze[/eluser]
Hello!

I've been using my companies framework and it has the possibility to add JavaScript to the head-tag of the page by doing like this in the view:
Code:
<?php $this->scriptStart(); ?>
//javascript here
<?php $this->scriptEnd(); ?>
//rest of the view
<div>
</div>
//etc. etc.
Is this possible to do in CodeIgniter? Or does CI even preprocess the view? (I guess that's how it has to work)

Cheers


Messages In This Thread
Adding JavaScript to head in view - by El Forum - 11-24-2009, 08:38 AM
Adding JavaScript to head in view - by El Forum - 11-24-2009, 10:16 AM
Adding JavaScript to head in view - by El Forum - 11-24-2009, 11:25 AM
Adding JavaScript to head in view - by El Forum - 11-24-2009, 12:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB