Hi everyone,
I'm working with javascriptmvc (3.3) so with canJS instead of JqueryMX. In my application I need to include jquery as soon as possible and I need to load it separately from my "myapp.js".
Inside myapp.js i steal "can", but my page gave me strange error about jquery. It seems that canJS seems to load jquery by itself and this is breaking my application. There is a way to load canJS without loading jquery (that shoudl be already loaded in the page) ? Tnx in advance.