Welcome Guest, Not a member yet? Register   Sign In
Javascript deprecated
#1

(This post was last modified: 11-05-2017, 11:22 AM by JeffreyB.)

Probably some dumb questions from a noob, but I am attempting to use javascript and jquery.

1) Loading as a library in my one of my controller files,

$this->load->helper(array('url', 'html',));
$this->load->library('session');

works.

$this->load->library('jquery');

and other permutations like /javascript/jquery/  etc etc return Error Unable to Load but when I use the autoload.php function, as

$autoload['libraries'] = array('Javascript');

it works. Have I just not hit the right syntax or am I actually loading something I dont know about, or is my logging not telling me the right info?? (Actually, the logging says 'Javascript Class Initialized and loaded. Driver used: jquery.)

2) The CI User_Guide says javascript class is deprecated. Does this mean I am not supposed to use any java at all? Or is it the documentation is faulty and? I do not understand this.

Thanks for any help.
Reply


Messages In This Thread
Javascript deprecated - by JeffreyB - 11-05-2017, 08:56 AM
RE: Javascript deprecated - by PaulD - 11-05-2017, 11:56 AM
RE: Javascript deprecated - by JeffreyB - 11-05-2017, 01:18 PM
RE: Javascript deprecated - by ciadmin - 11-05-2017, 06:07 PM
RE: Javascript deprecated - by JeffreyB - 11-05-2017, 07:25 PM
RE: Javascript deprecated - by ChicagoPhil - 11-05-2017, 10:05 PM
RE: Javascript deprecated - by ciadmin - 11-05-2017, 10:12 PM
RE: Javascript deprecated - by JeffreyB - 11-05-2017, 10:50 PM
RE: Javascript deprecated - by PaulD - 11-06-2017, 12:14 PM
RE: Javascript deprecated - by ChicagoPhil - 11-05-2017, 11:30 PM
RE: Javascript deprecated - by krystian2160 - 11-06-2017, 12:48 PM
RE: Javascript deprecated - by JeffreyB - 11-08-2017, 08:31 AM
RE: Javascript deprecated - by PaulD - 11-08-2017, 11:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB