CodeIgniter Forums
Need help loading the jquery class - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Need help loading the jquery class (/showthread.php?tid=833)



Need help loading the jquery class - eldan88 - 01-21-2015

Hey Guys,

I have added the following to my constructor method.

PHP Code:
     function __construct(){

         
parent::__construct();

         
$this->load->library('javascript/jquery');
     } 

But when I view the page I get the following error message

Severity: Error

Message: Class 'CI_Javascript' not found

Filename: javascript/Jquery.php

Line Number: 49

Backtrace:

Can someone please help me resolve this ? Thanks!


RE: Need help loading the jquery class - Avenirer - 01-22-2015

As I remember, javascript library was removed from CI3


RE: Need help loading the jquery class - Rufnex - 01-22-2015

You should load jquery in your view and use it native. i personal see no benefit for a library that wraps jquery.