[jQuery] Internet Explorer 7 sending a POST instead of a GET request

[jQuery] Internet Explorer 7 sending a POST instead of a GET request


$.ajax({
url: this.href, type: 'get', dataType: 'script', success:
function(data){
I have a code like that work with all browsers buts not working with
IE. IE is sending a POST instead of a GET request
How do I fix this issue?
Thanks