Question JS/jQuery not executing in Workshop

XanManZA

New Member
Hey guys

I'm currently working to create a web system for my work.

Problem is, when I build the file in the WebTools workshop the JQuery(or Javascript) doesn't load at all.
Even if I try by only writing the code;

$(document).ready(function(){
alert("test");
});

I'm using an external JQuery file but I've even tried embedding it into the html file accompanied by the SpeedScript it still doesnt work.
The JQuery does however work if I open the html file(which resides on my web server) from my browser, but of course the SpeedScript doesn't execute then.

I'm desperate for help as I only have 2 working days left to complete the functionality.
 

XanManZA

New Member
Solved the problem, I had a fault in my code logic when attempting to connect to our AppServer.
Always when you code too many hours straight the dumbest errors arise!

Thanks though everyone and my apologies.
 
Top