As in title, i have an asp.net 4.0 web forms project working fine. As i try to move jquery from 1.7.2 to 1.9.0 i get
HTTP 405.0 - Method Not Allowed
As i try to load htm files through ajax. Sample code causing error
$("#samplediv").load("/htmlParts/ComunicazioniAlerts.htm?p=" + now(), function () {
alert('loaded');
});
Code that works perfectly with older jquery version.
I'm putting the upgrade to stand-by, seems a method/verb problem but shows only when updgrading jquery, as if they changed the way they require pages.