jQuery $(document).ready() failing in IE6

前端 未结 12 1050
一向
一向 2020-12-06 11:50

I have the following code:

// Creates a timer to check for elements popping into the dom            
timer = setInterval(function ()
{          
    for (p i         


        
12条回答
  •  Happy的楠姐
    2020-12-06 11:55

    If anyone have the same problem you should see if when you call your javascripts you have type="application/javascript", I eliminate it and it was corrected, I think it's some problem with IE and the type Thing

提交回复
热议问题