JQuery is up to version 3.1. In version 3 it seems they removed the methods .load
, .unload
and .error
.
But SignalR's JavaScript library still seems to use those.
Is there a way to work around this so I don't have to use an older version of JQuery? (or try to have more than on in my web app).
I am hoping that there is some fancy command I can run that will shim the missing methods....