Hmm. That's very weird. I'll look into this. Line 98 has nothing in particular to do with jQuery.
What kind of server are you running on?
Yeah. I'm going to go back and look at my header changes over the past few versions. We'll get this figured out.
oh oh duh mudmin what version of java are you running on your computer java 8 handles things a lot differently
i stoped updating my java currently at java 7 update 79 because it crippled many of my networking devices for config. by runnong xampp it is relying on your machines native installed jre (java runtime enviroment) to handle the js scripts on the site. you need to drown grade to java 7.
mudmin you will have to do recodes on all the scripts i thing to make them work with java 8 but then that is likely to break them for java 7
thats why its bugging out on some systems and not others espically if you still had java 7 installed under 8 apache will natively run java 7 over java 8 because for linux java 8 hasnt been deployed as a standard install yet you have to manually add the package keys to the sources list and then install java 8
I'm not even sure if I have java installed. What's using java?
I'm not even sure if I have java installed. What's using java?
your jQuerry and any .js files are java files php and java work alot together the js files requre the proper versions of java installed on but the client and server depending on where the script has to run
Dang. Now that you mention it, I recently installed the Java SDK for the first time to do angularjs testing. I indeed have Java 8. Is there another workaround other than downgrading (IIS)? If it's a short answer :p