i am using google search JSAPI in my local search app. Everything works fine in all the browsers except IE 8. The problem is after the specific line of code my jquery base o
This problem is caused by document.write
in Google's load
API, similar to this question. The script is deferred, as seen in the picture below:
To solve the issue, do not wrap the code in an onload/domready handler.
Note that JSfiddle places any content at the upperleft corner within the tags. So, a simple copy-paste of the code in JSFiddle will not show the right results.