Getting started issues
Getting started issues

Hi All,
I've downloaded the Editor .Net getting started samples (following the instructions to the letter).
On starting the first debug session I just get a "'jQuery' undefined" error back, after navigating to anything from the Index.html page. This is thrown from the dataTables.editor.min.js
Inspecting the Simple.html page (one of the pages I chose as a test) I can see it has references to the jquerey libraries and the browser has no issue accessing them and downloading them.
I will admit to being pretty new to jQuery, but otherwise a seasoned (20+ Years) web developer.
Any ideas?
Thanks
Adrian
Answers
Hi Adrian,
Thanks for your message about this - sorry to hear that you are running into problem here. I've just downloaded the trial version myself to check it and it appears to work okay for me. The only change I made was to set the connection string for the database.
The examples should be loading jQuery with:
Is the what is shown in the examples you have? There are only two reasons I can think of why that wouldn't load jQuery:
file://
rather thanhttp://
orhttps://
(assuming you are running the project through Visual Studio that shouldn't be an issue since it will run its own web-server).What is shown in your browser console? Chrome and Firefox should show information about why files aren't loaded if they fail to do so.
Regards,
Allan
Hi Allan,
So far I have narrowed the issue down to IE10 running on Windows Server 2012 standard. I'm currently upgrading to R2 so I can test with IE11. My user will be accessing the Datatables in O365 so I have to validate everything works in IE11.
I'll keep you updated as I progress.
Thanks
Interesting. Editor should work on IE8+. Yes please, let me know how you get on.
Allan