IE is killing me

Discussion in 'jQuery' started by jonhyhar, May 27, 2011.

  1. #1
    Hi friends, IE is really killing me :|
    I tried everything, I searched on google over and over but I couldn't find anything about this problem

    It works in FF,safari,chrome and opera very well but doesn't in IE :(
    here is my codes, The error code is 403

    
    var datau = "trends.php%3Frastgele%3D33";
     $.ajax({
    	type: "GET",	
    	url: "loader.php?kk=1&page="+datau,		
    	data: "",		
    	cache: false,
    	success: function (html) {
    		$('#content').empty();					
    		$('#content').html(html);
    	},
             error:function (xhr, ajaxOptions, thrownError){
             alert(xhr.status);
             alert(thrownError);
              } 
    });
    
    Code (markup):
     
    jonhyhar, May 27, 2011 IP
  2. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
  3. Jan Novak

    Jan Novak Peon

    Messages:
    121
    Likes Received:
    5
    Best Answers:
    1
    Trophy Points:
    0
    #3
    I simulated this in IE9 and it works for me.
     
    Jan Novak, May 27, 2011 IP
  4. daljit

    daljit Well-Known Member

    Messages:
    312
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #4
    send the url of the site.
     
    daljit, Jun 2, 2011 IP
  5. darbetim

    darbetim Member

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #5
    IE is the terrorist :)
     
    darbetim, Jun 11, 2011 IP
  6. Griffin80

    Griffin80 Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Ie is a real pain in the ass
     
    Griffin80, Jun 25, 2011 IP