Side navigation
#6906 closed bug (worksforme)
Opened August 15, 2010 07:37PM UTC
Closed August 15, 2010 10:03PM UTC
$.get(window.location, {a: 'b'}, callback); - Works bad in IE7(6,8?)
Reported by: | expolit | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | unfiled | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If i call at this page http://example.ru/cat/
code: $.get(window.location, {a: 'b'}, callback);
in ie.
It will send request to:
This is correct:
It will send request to: http://example.ru/[object%20Object]?a=b