jquery ajax: closes #2842.
[jquery.git] / src / ajax.js
index 1a32b45..bf6c464 100644 (file)
@@ -141,6 +141,7 @@ jQuery.extend({
        },
 
        ajaxSettings: {
+               url: location.href,
                global: true,
                type: "GET",
                timeout: 0,