Internet Explore works very slowly executing JS code
Posted
by
Sergey Basharov
on Stack Overflow
See other posts from Stack Overflow
or by Sergey Basharov
Published on 2011-02-08T15:08:15Z
Indexed on
2011/02/08
15:25 UTC
Read the original article
Hit count: 204
There is a page that uses PHP to fetch search results from Google Search API and then it puts the results on the page some funny way in a circle. Code and may look crappy but seems that it works more or less fine in Firefox. When you enter a search query and click submit button or Next/Previous links, it fills the wheel with results. The problem is its work in IE. It works there very slowly and then it doesn't clear the wheel before filling in new data, but puts it over that. My friend asked me to help him with this code. Please give me a piece of advice how I can fix it. Thanks so much!
© Stack Overflow or respective owner