[eluser]pickupman[/eluser]
In my main view (template), I have:
Code:
if(isset($custom_jquery)) echo $custom_jquery;
Then in a controller when I need a plugin or certain script for that one page, I use in my controller:
Code:
$data['custom_jquery'] = $this->load->view('some_jquery_view', $data, TRUE); //save output to $data array