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

(This post was last modified: 11-05-2017, 10:20 PM by ChicagoPhil.)

(11-05-2017, 07:25 PM)JeffreyB Wrote:
(11-05-2017, 06:07 PM)ciadmin Wrote: FYI - here is how I dealt with your issue ... https://github.com/jedi-academy/package-caboose

Well, I am having enough trouble figuring out why my jquery or whatever it is my helpful tutorials are trying to explain to me (even when I copy code verbatim it still does not work and error messages thrown are not helpful because I don't know enough about debugging)so now, adding another helpful thingie at this point is just sending me down another rabbit hole.

No offense, but I am trying to avoid more widgets until I know the basics. At this point, maybe just writing a style.css file just so I can get a form to look right is my best bet. (I also edited my post above regarding the directory tree - there is no file at all in my css directory as I thought styling was what my javascript jquery was looking after. Maybe I need an extra file or something in the js or in the css directories, or an extra pointer someplace?

Meanwhile, my second question is "why in the CI User Guide is the Javascript class deprecated?" Am I misunderstanding what is being said there?

Thanks all

The Javascript Library is deprecated because you do not need to load Jquery from php and it was experimental.
The user guide says to load the library like this:  $this->load->library('javascript/jquery')

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


You should consider just linking Jquery in your view file.
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