What is the best practice for including JQuery in Codeigniter? I've tried including the following line in my controller code:
$this->load->library('javascipt/jquery');
But, when the page loads, I get
Unable to load the requested class: Jquery
My setup is using xampp, CodeIgniter folder "CI" is located in /htcdocs/ci/. Thanks in advance.