I seems to be running into an issue when using jquery with runtime.js. I am getting the JS error: "TypeError: e.Qk is not a function" and the application doesnt show when I have Jquery load AFTER runtime. If i do it the other way around so jquery loads first then runtime.js after, I get no errors, the HTML5 runs fine but Jquery doesnt seem to work?
This is vital for doing HTTP requests to PHP files without having to use the GET object.
Im using the HTML5 object to run JS functions, the function then does a HTTP request to PHP to retrive data.
The way it seems to get it working is to have Jquery load first and then use "jquery" instead of $.
Andy