Jquey 1.8.3 Changes in function Load
In Jquery 1.7 the default type of ajax-queries, in the function load, was GET.
In jquery 1.8 the default type has been changed to POST.
When using $.load(..) from IIS / development server in VS 2010
the call returns error message: 405 Method is not allowed.
What is the easiest way to solve this problem?